summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-12-07 14:34:27 +0100
committerHans de Goede <hdegoede@redhat.com>2015-01-14 14:56:37 +0100
commit08fd1479c7354bcef528a65dba44406aaab08e26 (patch)
treecdd81018ad1e2ffc3b3008b1659371144e168cc8 /board/sunxi
parent2367b44d0f40f8be0e82c5df459b7ec5fc3f0155 (diff)
downloadblackbird-obmc-uboot-08fd1479c7354bcef528a65dba44406aaab08e26.tar.gz
blackbird-obmc-uboot-08fd1479c7354bcef528a65dba44406aaab08e26.zip
sun8i: Add dram initialization support
Based on the register / dram_para headers from the Allwinner u-boot / linux sources + the init sequences from boot0. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 88f09fb349..9bb593aed0 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -29,10 +29,11 @@ config MACH_SUN7I
config MACH_SUN8I
bool "sun8i (Allwinner A23)"
select CPU_V7
+ select SUPPORT_SPL
endchoice
-if MACH_SUN6I
+if MACH_SUN6I || MACH_SUN8I
config DRAM_CLK
int "sun6i dram clock speed"
OpenPOWER on IntegriCloud