diff options
author | Stefan Roese <sr@denx.de> | 2015-08-25 13:18:38 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2015-10-20 07:12:44 +0200 |
commit | c3d891405bda42cfd00958ab0143e0d3900b06d9 (patch) | |
tree | 9ea6c71f64500756786f49c7317ed28b03615d18 /configs/maxbcm_defconfig | |
parent | 5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d (diff) | |
download | u-boot-c3d891405bda42cfd00958ab0143e0d3900b06d9.tar.gz |
arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig file
Introduce a mach-mvebu/Kconfig for all Armada based SoC's.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/maxbcm_defconfig')
-rw-r--r-- | configs/maxbcm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig index b0b0d6c72c..59579976a3 100644 --- a/configs/maxbcm_defconfig +++ b/configs/maxbcm_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_ARCH_MVEBU=y CONFIG_TARGET_MAXBCM=y CONFIG_SPL=y # CONFIG_CMD_IMLS is not set |