From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Date: Fri, 28 Oct 2016 10:21:32 +0000 (+0800)
Subject: sunxi: enable SPL for sun9i
X-Git-Tag: v2025.01-rc5-pxa1908~8244^2~6
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/index.html?a=commitdiff_plain;h=a98c296a0ed7a77a86c86fc1b7d6d75681a76523;p=u-boot.git

sunxi: enable SPL for sun9i

Now that DRAM initialization and clock setup is supported,
we can enable SPL for the A80.

[wens@csie.org: Added commit message]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---

diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index a126c3e301..ee6ae37fb7 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)"