mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
24 lines
243 B
Text
24 lines
243 B
Text
|
if TARGET_VCMA9
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm920t"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "vcma9"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "mpl"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "s3c24x0"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "VCMA9"
|
||
|
|
||
|
endif
|