summaryrefslogtreecommitdiff
path: root/test/nokia_rx51_test.sh
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-09-04 03:29:04 +0200
committerTom Rini <trini@konsulko.com>2022-09-15 16:11:29 -0400
commit92e08722c9df93030e591681bd847b60af58779f (patch)
tree70ef480b850c70e1f020f73d043a4418ff64a249 /test/nokia_rx51_test.sh
parent05159cc6b6be7a841b88fd4714600c3d11a3f359 (diff)
downloadu-boot-92e08722c9df93030e591681bd847b60af58779f.tar.gz
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>
Diffstat (limited to 'test/nokia_rx51_test.sh')
-rwxr-xr-xtest/nokia_rx51_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nokia_rx51_test.sh b/test/nokia_rx51_test.sh
index d2417a98bf..3fabc0e9b4 100755
--- a/test/nokia_rx51_test.sh
+++ b/test/nokia_rx51_test.sh
@@ -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