mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 21:16:02 +01:00
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>
19 lines
260 B
Plaintext
19 lines
260 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 0x0
|
|
help
|
|
Reserve memory for ECC/GFX/OPTEE/TIP/CP.
|
|
|
|
endif
|