diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-27 11:40:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-27 11:40:56 -0400 |
commit | 6d5565608f385b89f528ecf5680410cdc6cf63e9 (patch) | |
tree | 9403a25d40b8546e1e8a77fbe70da67c5ed4ade0 /arch/arm/Kconfig | |
parent | e120c848bac77cfcc88183541c2e966e625a7840 (diff) | |
parent | b28d29f784f5cc33c92e291d35eda603ea4e58e3 (diff) |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 38ad59058f..1e4830a30e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -164,9 +164,7 @@ config KIRKWOOD select CPU_ARM926EJS config ARCH_MVEBU - bool "Marvell MVEBU family (Armada XP/375/38x)" - select CPU_V7 - select SUPPORT_SPL + bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)" select OF_CONTROL select OF_SEPARATE select DM @@ -174,10 +172,6 @@ config ARCH_MVEBU select DM_SERIAL select DM_SPI select DM_SPI_FLASH - select SPL_DM - select SPL_DM_SEQ_ALIAS - select SPL_OF_CONTROL - select SPL_SIMPLE_BUS config TARGET_DEVKIT3250 bool "Support devkit3250" |