From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huan Wang Date: Wed, 3 Dec 2014 07:53:53 +0000 Subject: [U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL In-Reply-To: <20141203163005.B18D.AA925319@jp.panasonic.com> References: <1417590049-500-1-git-send-email-b18965@freescale.com> <1417590049-500-6-git-send-email-b18965@freescale.com> <20141203163005.B18D.AA925319@jp.panasonic.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Yamada, > On Wed, 3 Dec 2014 15:00:45 +0800 > Alison Wang wrote: > > > Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and > > LS1021ATWR. > > > > Signed-off-by: Alison Wang > > --- > > Change log: > > v4: New file. > > > > arch/arm/Kconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index > > 0982117..1f00e93 100644 > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -730,10 +730,12 @@ config TARGET_LS2085A_SIMU config > > TARGET_LS1021AQDS > > bool "Support ls1021aqds_nor" > > select CPU_V7 > > + select SUPPORT_SPL > > > > config TARGET_LS1021ATWR > > bool "Support ls1021atwr_nor" > > select CPU_V7 > > + select SUPPORT_SPL > > > > config TARGET_BALLOON3 > > bool "Support balloon3" > > -- > > While you are here, could you fix the prompts too? > > "ls1021aqds_nor" implies NOR boot, but you are adding SD/NAND boot, > right? > [Alison Wang] Yes, I add SUPPORT_SPL is for SD/NAND boot. "ls1021aqds_nor" is not clear, I could change it to "ls1021aqds". Best Regards, Alison Wang