From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 11 Jan 2016 10:23:24 +0100 Subject: [U-Boot] [PATCH v3 3/4] arm: mvebu: Select SPL_DM_SEQ_ALIAS In-Reply-To: <1452186048-26882-4-git-send-email-nathan@nathanrossi.com> References: <1452186048-26882-1-git-send-email-nathan@nathanrossi.com> <1452186048-26882-4-git-send-email-nathan@nathanrossi.com> Message-ID: <5693748C.3080008@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07.01.2016 18:00, Nathan Rossi wrote: > Select SPL_DM_SEQ_ALIAS which is required for certain uclasses, > specifically SPI Flash. > > Signed-off-by: Nathan Rossi > Reviewed-by: Stefan Roese > Cc: Albert Aribaud > Cc: Stefan Roese > --- > v2: Added this patch > v3: no changes. > --- > 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" > Acked-by: Stefan Roese Michal, please feel free to pull this via your repo if you like. Thanks, Stefan