[U-Boot] [PATCH v2 3/4] arm: mvebu: Select SPL_DM_SEQ_ALIAS

Nathan Rossi nathan at nathanrossi.com
Wed Jan 6 15:03:12 CET 2016


Select SPL_DM_SEQ_ALIAS which is required for certain uclasses,
specifically SPI Flash.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
Cc: Albert Aribaud <albert.u.boot at aribaud.net>
Cc: Stefan Roese <sr at denx.de>
---
v2: Added this patch
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9bd6cf1..52b300d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -118,6 +118,7 @@ config ARCH_MVEBU
 	select OF_SEPARATE
 	select DM
 	select DM_SERIAL
+	select SPL_DM_SEQ_ALIAS
 
 config TARGET_DEVKIT3250
 	bool "Support devkit3250"
-- 
2.6.4



More information about the U-Boot mailing list