mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
Add basic support for the Nuvoton NPCM845 EVB (Arbel). Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
19 lines
261 B
Plaintext
19 lines
261 B
Plaintext
if TARGET_ARBEL_EVB
|
|
|
|
config SYS_BOARD
|
|
default "arbel_evb"
|
|
|
|
config SYS_VENDOR
|
|
default "nuvoton"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "arbel"
|
|
|
|
config SYS_MEM_TOP_HIDE
|
|
hex "Reserved TOP memory"
|
|
default 0xB000000
|
|
help
|
|
Reserve memory for ECC/GFX/VCD/ECE.
|
|
|
|
endif
|