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 --- arch/arm/include/asm/arch-sunxi/dram.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/include/asm/arch-sunxi/dram.h') diff --git a/arch/arm/include/asm/arch-sunxi/dram.h b/arch/arm/include/asm/arch-sunxi/dram.h index a8a37d5..8d78029 100644 --- a/arch/arm/include/asm/arch-sunxi/dram.h +++ b/arch/arm/include/asm/arch-sunxi/dram.h @@ -18,6 +18,8 @@ /* dram regs definition */ #if defined(CONFIG_MACH_SUN6I) #include +#elif defined(CONFIG_MACH_SUN8I) +#include #else #include #endif -- cgit v1.1