diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-26 14:36:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-02 17:27:04 -0400 |
commit | 2b41e19cc54717e0be940b98243de3ae340a32c9 (patch) | |
tree | 8ad21e50eb2e277e5ce5885f956f114801c44546 /board/technexion/pico-imx7d | |
parent | 3fadc9ea2f612331c8177f2eef6849591d55400d (diff) | |
download | u-boot-2b41e19cc54717e0be940b98243de3ae340a32c9.tar.gz u-boot-2b41e19cc54717e0be940b98243de3ae340a32c9.tar.bz2 u-boot-2b41e19cc54717e0be940b98243de3ae340a32c9.zip |
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/pico-imx7d')
-rw-r--r-- | board/technexion/pico-imx7d/README.pico-imx7d_BL33 | 2 |
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 |