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 /doc/board | |
parent | 3fadc9ea2f612331c8177f2eef6849591d55400d (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 'doc/board')
-rw-r--r-- | doc/board/toradex/colibri_imx7.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/board/toradex/colibri_imx7.rst b/doc/board/toradex/colibri_imx7.rst index 6fb9526666..a30e721379 100644 --- a/doc/board/toradex/colibri_imx7.rst +++ b/doc/board/toradex/colibri_imx7.rst @@ -18,7 +18,6 @@ Build U-Boot .. code-block:: bash $ export CROSS_COMPILE=arm-linux-gnueabi- - $ export ARCH=arm $ make colibri_imx7_emmc_defconfig # For NAND: colibri_imx7_defconfig $ make |