mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
Introduce a mach-mvebu/Kconfig for all Armada based SoC's. Signed-off-by: Stefan Roese <sr@denx.de>
9 lines
102 B
Text
9 lines
102 B
Text
if TARGET_MAXBCM
|
|
|
|
config SYS_BOARD
|
|
default "maxbcm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "maxbcm"
|
|
|
|
endif
|