projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05159cc
)
Nokia RX-51: Do not set useless ARCH= in test script
author
Pali Rohár
<pali@kernel.org>
Sun, 4 Sep 2022 01:29:04 +0000
(
03:29
+0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 15 Sep 2022 20:11:29 +0000
(16:11 -0400)
U-Boot ignores ARCH= variable.
Signed-off-by: Pali Rohár <pali@kernel.org>
test/nokia_rx51_test.sh
patch
|
blob
|
history
diff --git
a/test/nokia_rx51_test.sh
b/test/nokia_rx51_test.sh
index
d2417a9
..
3fabc0e
100755
(executable)
--- 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