diff options
author | Hans de Goede | 2014-12-07 14:34:27 +0100 |
---|---|---|
committer | Hans de Goede | 2015-01-14 14:56:37 +0100 |
commit | 08fd1479c7354bcef528a65dba44406aaab08e26 (patch) | |
tree | cdd81018ad1e2ffc3b3008b1659371144e168cc8 /board/sunxi | |
parent | 2367b44d0f40f8be0e82c5df459b7ec5fc3f0155 (diff) |
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/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 88f09fb349d..9bb593aed04 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" |