mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
19 lines
214 B
Text
19 lines
214 B
Text
|
if TARGET_SMDKC100
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "smdkc100"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "samsung"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "s5pc1xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "smdkc100"
|
||
|
|
||
|
endif
|