Nokia RX-51: Do not set useless ARCH= in test script
U-Boot ignores ARCH= variable. Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
05159cc6b6
commit
92e08722c9
@ -36,7 +36,7 @@ echo
|
||||
|
||||
# First compile u-boot.bin binary for Nokia RX-51 board
|
||||
make nokia_rx51_config
|
||||
make -j4 u-boot.bin ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-
|
||||
make -j4 u-boot.bin CROSS_COMPILE=arm-linux-gnueabi-
|
||||
|
||||
# And then do all stuff in temporary directory
|
||||
mkdir -p nokia_rx51_tmp
|
||||
|
Loading…
Reference in New Issue
Block a user