mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
20 lines
258 B
Text
20 lines
258 B
Text
|
if TARGET_PG_WCOM_SELI8
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "pg-wcom-ls102xa"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "keymile"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "ls102xa"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "pg-wcom-seli8"
|
||
|
|
||
|
config BOARD_SPECIFIC_OPTIONS
|
||
|
def_bool y
|
||
|
imply FS_CRAMFS
|
||
|
|
||
|
endif
|