mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-12 21:28:58 +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
|