git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18a0de
)
arm: nuvoton: remove unused parameter
author
Jim Liu
<jim.t90615@gmail.com>
Wed, 10 Sep 2025 02:16:17 +0000
(10:16 +0800)
committer
Tom Rini
<trini@konsulko.com>
Fri, 19 Sep 2025 00:10:11 +0000
(18:10 -0600)
remove CFG_SYS_BOOTM_LEN parameter
Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
include/configs/arbel.h
patch
|
blob
|
history
diff --git
a/include/configs/arbel.h
b/include/configs/arbel.h
index
b5f684e
..
63112ba
100644
(file)
--- a/
include/configs/arbel.h
+++ b/
include/configs/arbel.h
@@
-8,7
+8,6
@@
#define CFG_SYS_SDRAM_BASE 0x0
#define CFG_SYS_BOOTMAPSZ (192 << 20)
-#define CFG_SYS_BOOTM_LEN (20 << 20)
#define CFG_SYS_INIT_RAM_ADDR CFG_SYS_SDRAM_BASE
#define CFG_SYS_INIT_RAM_SIZE 0x8000