From 08fd1479c7354bcef528a65dba44406aaab08e26 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 7 Dec 2014 14:34:27 +0100 Subject: 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 Acked-by: Ian Campbell --- board/sunxi/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'board') diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 88f09fb..9bb593a 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" -- cgit v1.1