mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-12 13:18:52 +00:00
13 lines
139 B
Text
13 lines
139 B
Text
|
if TARGET_MAXBCM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "maxbcm"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "armada-xp"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "maxbcm"
|
||
|
|
||
|
endif
|