~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 33c589f1fb3f7d4d2203a135da602de555122342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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