rockchip: Remove ARCH= references from documentation
authorTom Rini <trini@konsulko.com>
Tue, 26 May 2020 18:36:51 +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.

Acked-by: Kever Yang <kever.yang@rock-chips.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/rockchip/evb_rk3229/README
board/rockchip/evb_rk3399/README
board/theobroma-systems/lion_rk3368/README
board/vamrs/rock960_rk3399/README

index 93328c75b204ded69efcbcab539a4b61dca74573..9068225e2721c5dafd054e1e65a03a9b3a8f331c 100644 (file)
@@ -22,7 +22,6 @@ Compile the U-Boot
 
   > cd ../u-boot
   > export CROSS_COMPILE=arm-linux-gnueabihf-
-  > export ARCH=arm
   > make evb-rk3229_defconfig
   > make
   > make u-boot.itb
index da7ae89ab1e9f6677fb2cb858aaf295093c60f32..c6f58203ebe951b033e4ec2d3fa77a470a4889f6 100644 (file)
@@ -54,7 +54,6 @@ Compile U-Boot
 ==============
 
   > cd ../u-boot
-  > export ARCH=arm64
   > export CROSS_COMPILE=aarch64-linux-gnu-
   > make evb-rk3399_defconfig
   for firefly-rk3399, use below instead:
index ad3ac93bd44b6f7a4531c3ec869d7daf9dabfb8e..7488b18326b9bee66797881a2c0035ecb9400d08 100644 (file)
@@ -17,12 +17,12 @@ Configure U-Boot
 Build the TPL/SPL stage
 =======================
 
-  > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm
+  > make CROSS_COMPILE=aarch64-unknown-elf-
 
 Build the full U-Boot and a FIT image including the ATF
 =======================================================
 
-  > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm u-boot.itb
+  > make CROSS_COMPILE=aarch64-unknown-elf- u-boot.itb
 
 Flash the image
 ===============
index c5c675c4ead12596dea366ec4518d1b8f625050e..15df027fbcd4f4e30405b19dd81b9163ac5dee64 100644 (file)
@@ -57,7 +57,6 @@ Compile the U-Boot
 
   > cd ../u-boot
   > cp ../rkbin/rk33/rk3399_bl31_v1.00.elf ./bl31.elf
-  > export ARCH=arm64
   > export CROSS_COMPILE=aarch64-linux-gnu-
   > make rock960-rk3399_defconfig
   > make