mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
20 lines
239 B
Text
20 lines
239 B
Text
|
if TARGET_SANDPOINT8240
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sandpoint"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "Sandpoint8240"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_SANDPOINT8245
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sandpoint"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "Sandpoint8245"
|
||
|
|
||
|
endif
|