Re: [U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL

2014-12-11 Thread York Sun
On 12/02/2014 11:00 PM, Alison Wang wrote:
 Add SUPPORT_SPL feature for SD and NAND boot on
 LS1021AQDS and LS1021ATWR.
 
 Signed-off-by: Alison Wang alison.w...@freescale.com
 ---
 Change log:
  v4: New file.
 

Applied to u-boot-fsl-qoriq master, awaiting upstream.

York


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL

2014-12-02 Thread Alison Wang
Add SUPPORT_SPL feature for SD and NAND boot on
LS1021AQDS and LS1021ATWR.

Signed-off-by: Alison Wang alison.w...@freescale.com
---
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
-- 
2.1.0.27.g96db324

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL

2014-12-02 Thread Masahiro Yamada
Hi Alison,



On Wed, 3 Dec 2014 15:00:45 +0800
Alison Wang b18...@freescale.com wrote:

 Add SUPPORT_SPL feature for SD and NAND boot on
 LS1021AQDS and LS1021ATWR.
 
 Signed-off-by: Alison Wang alison.w...@freescale.com
 ---
 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?


Best Regards
Masahiro Yamada

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL

2014-12-02 Thread Huan Wang
Hi, Yamada,

 On Wed, 3 Dec 2014 15:00:45 +0800
 Alison Wang b18...@freescale.com wrote:
 
  Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and
  LS1021ATWR.
 
  Signed-off-by: Alison Wang alison.w...@freescale.com
  ---
  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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot