mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
16 lines
198 B
Text
16 lines
198 B
Text
|
if TARGET_SANSA_FUZE_PLUS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sansa_fuze_plus"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "sandisk"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mxs"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "sansa_fuze_plus"
|
||
|
|
||
|
endif
|