mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
9ca71c9c19
Add basic support for the Nuvoton NPCM845 EVB (Arbel). Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
18 lines
261 B
Text
18 lines
261 B
Text
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
|