mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
016a954ee9
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
12 lines
161 B
Text
12 lines
161 B
Text
if TARGET_VEXPRESS_AEMV8A
|
|
|
|
config SYS_BOARD
|
|
default "vexpress64"
|
|
|
|
config SYS_VENDOR
|
|
default "armltd"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "vexpress_aemv8a"
|
|
|
|
endif
|