mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
16 lines
183 B
Text
16 lines
183 B
Text
|
if TARGET_SNOWBALL
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "snowball"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "st-ericsson"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "u8500"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "snowball"
|
||
|
|
||
|
endif
|