mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
24 lines
271 B
Text
24 lines
271 B
Text
|
if TARGET_SANDPOINT8240
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "sandpoint"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "Sandpoint8240"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_SANDPOINT8245
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "sandpoint"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "Sandpoint8245"
|
||
|
|
||
|
endif
|