u-boot/board/nuvoton/arbel_evb/Kconfig
Jim Liu 68f107a42b board: nuvoton: arbel: change uboot load address
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>
2023-07-14 12:52:18 -04:00

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