mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
68f107a42b
use new memory layout and change uboot load address. open tpm, tee and more config feature No need to reserve top memory because the reserved space is moved to the bottom area of memory. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
18 lines
260 B
Text
18 lines
260 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 0x0
|
|
help
|
|
Reserve memory for ECC/GFX/OPTEE/TIP/CP.
|
|
|
|
endif
|