summaryrefslogtreecommitdiff
path: root/board/technexion
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 14:36:49 -0400
committerTom Rini <trini@konsulko.com>2020-06-02 17:27:04 -0400
commit2b41e19cc54717e0be940b98243de3ae340a32c9 (patch)
tree8ad21e50eb2e277e5ce5885f956f114801c44546 /board/technexion
parent3fadc9ea2f612331c8177f2eef6849591d55400d (diff)
imx: Remove ARCH= references from documentation
When building U-Boot we select the architecture via Kconfig and not ARCH being passed in via the environment or make cmdline. Cc: Adam Ford <aford173@gmail.com> Cc: Vanessa Maegima <vanessa.maegima@nxp.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Igor Opaniuk <igor.opaniuk@toradex.com> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/technexion')
-rw-r--r--board/technexion/pico-imx7d/README.pico-imx7d_BL332
1 files changed, 1 insertions, 1 deletions
diff --git a/board/technexion/pico-imx7d/README.pico-imx7d_BL33 b/board/technexion/pico-imx7d/README.pico-imx7d_BL33
index 40324ffe5f..1b346093b8 100644
--- a/board/technexion/pico-imx7d/README.pico-imx7d_BL33
+++ b/board/technexion/pico-imx7d/README.pico-imx7d_BL33
@@ -4,7 +4,7 @@ The boot sequence is ATF -> OPTEE -> U-Boot -> Linux. U-Boot is in non-secure
world in this case.
- Build u-boot
- Set environment variable of CROSS_COMPILE for your toolchain and ARCH=arm
+ Set environment variable of CROSS_COMPILE for your toolchain
$ make pico-imx7d_bl33_defconfig
$ make all