rockchip: Remove ARCH= references from documentation
[oweals/u-boot.git] / board / theobroma-systems / lion_rk3368 / README
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
 ===============