diff options
author | Tom Rini | 2020-05-26 14:36:49 -0400 |
---|---|---|
committer | Tom Rini | 2020-06-02 17:27:04 -0400 |
commit | 2b41e19cc54717e0be940b98243de3ae340a32c9 (patch) | |
tree | 8ad21e50eb2e277e5ce5885f956f114801c44546 /board/logicpd | |
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 'board/logicpd')
-rw-r--r-- | board/logicpd/imx6/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/logicpd/imx6/README b/board/logicpd/imx6/README index 26d053a32c3..19f79c5734b 100644 --- a/board/logicpd/imx6/README +++ b/board/logicpd/imx6/README @@ -17,7 +17,7 @@ Building U-Boot for Logic PD Development Kit To build U-Boot for the Dual and Quad variants: make imx6q_logic_defconfig - make u-boot.imx ARCH=arm CROSS_COMPILE=arm-linux- + make u-boot.imx CROSS_COMPILE=arm-linux- Flashing U-Boot into the SD card |