[U-Boot] [PATCH 05/11] sunxi: enable SPL for sun9i
    Chen-Yu Tsai 
    wens at csie.org
       
    Fri Oct 28 12:21:32 CEST 2016
    
    
  
From: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
Now that DRAM initialization and clock setup is supported,
we can enable SPL for the A80.
[wens at csie.org: Added commit message]
Signed-off-by: Chen-Yu Tsai <wens at csie.org>
---
 board/sunxi/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index a126c3e30140..ee6ae37fb7ef 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -119,6 +119,7 @@ config MACH_SUN9I
 	bool "sun9i (Allwinner A80)"
 	select CPU_V7
 	select SUNXI_GEN_SUN6I
+	select SUPPORT_SPL
 
 config MACH_SUN50I
 	bool "sun50i (Allwinner A64)"
-- 
2.9.3
    
    
More information about the U-Boot
mailing list