mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 02:51:33 +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
|