blob: efe85974a296c1a2af76657bca3769ebeae487b1 [file] [log] [blame]
Jim Liu147c0002022-09-27 16:45:15 +08001if TARGET_ARBEL_EVB
2
3config SYS_BOARD
4 default "arbel_evb"
5
6config SYS_VENDOR
7 default "nuvoton"
8
9config SYS_CONFIG_NAME
10 default "arbel"
11
12config SYS_MEM_TOP_HIDE
13 hex "Reserved TOP memory"
14 default 0xB000000
15 help
16 Reserve memory for ECC/GFX/VCD/ECE.
17
18endif