diff mbox series

[7/9] Nokia RX-51: Do not set useless ARCH= in test script

Message ID 20220904012906.17718-8-pali@kernel.org
State Accepted
Commit 92e08722c9df93030e591681bd847b60af58779f
Delegated to: Tom Rini
Headers show
Series Nokia RX-51: Small cleanups and UBI boot test case | expand

Commit Message

Pali Rohár Sept. 4, 2022, 1:29 a.m. UTC
U-Boot ignores ARCH= variable.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 test/nokia_rx51_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Sept. 15, 2022, 9:55 p.m. UTC | #1
On Sun, Sep 04, 2022 at 03:29:04AM +0200, Pali Rohár wrote:

> U-Boot ignores ARCH= variable.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/test/nokia_rx51_test.sh b/test/nokia_rx51_test.sh
index d2417a98bf08..3fabc0e9b412 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