mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-12 21:28:58 +00:00
16 lines
184 B
Text
16 lines
184 B
Text
|
if TARGET_U8500_HREF
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "u8500"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "st-ericsson"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "u8500"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "u8500_href"
|
||
|
|
||
|
endif
|