]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: Remove ARCH= references from documentation
authorTom Rini <trini@konsulko.com>
Tue, 26 May 2020 18:36:49 +0000 (14:36 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 21:27:04 +0000 (17:27 -0400)
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>
board/beacon/imx8mm/README
board/logicpd/imx6/README
board/technexion/pico-imx7d/README.pico-imx7d_BL33
doc/board/toradex/colibri_imx7.rst

index 4223fbd15dd60e88427790fec4cf5b477e9f9864..dce176fa0b236ed38071ca074e05eda9af69217b 100644 (file)
@@ -26,7 +26,7 @@ $ cp firmware-imx-8.5/firmware/ddr/synopsys/lpddr4*.bin $(srctree)
 Build U-Boot
 ============
 $ make imx8mm_beacon_defconfig
-$ make flash.bin ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- ATF_LOAD_ADDR=0x920000
+$ make flash.bin CROSS_COMPILE=aarch64-linux-gnu- ATF_LOAD_ADDR=0x920000
 
 Burn U-Boot to microSD Card
 ===========================
index 26d053a32c3bb75c5b905481748d3c135f0631cd..19f79c5734bc544b59561aabc0b7b2fe58ab04a8 100644 (file)
@@ -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
index 40324ffe5f34188ac4265a7e87fbd49c0f00a838..1b346093b88dab334d57bebbb2a6a5de890ee5b7 100644 (file)
@@ -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
 
index 6fb952666661da574bf7bc211d0b1f0ca8d5c10b..a30e721379ee4dcd7ba1c8f90f2a5ca540e5c125 100644 (file)
@@ -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