diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-07 14:34:27 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:37 +0100 |
commit | 08fd1479c7354bcef528a65dba44406aaab08e26 (patch) | |
tree | cdd81018ad1e2ffc3b3008b1659371144e168cc8 /arch/arm/cpu/armv7/sunxi/Makefile | |
parent | 2367b44d0f40f8be0e82c5df459b7ec5fc3f0155 (diff) | |
download | u-boot-imx-08fd1479c7354bcef528a65dba44406aaab08e26.zip u-boot-imx-08fd1479c7354bcef528a65dba44406aaab08e26.tar.gz u-boot-imx-08fd1479c7354bcef528a65dba44406aaab08e26.tar.bz2 |
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 'arch/arm/cpu/armv7/sunxi/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/sunxi/Makefile b/arch/arm/cpu/armv7/sunxi/Makefile index 3e8975a..1e89937 100644 --- a/arch/arm/cpu/armv7/sunxi/Makefile +++ b/arch/arm/cpu/armv7/sunxi/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_MACH_SUN4I) += dram_sun4i.o obj-$(CONFIG_MACH_SUN5I) += dram_sun4i.o obj-$(CONFIG_MACH_SUN6I) += dram_sun6i.o obj-$(CONFIG_MACH_SUN7I) += dram_sun4i.o +obj-$(CONFIG_MACH_SUN8I) += dram_sun8i.o ifdef CONFIG_SPL_FEL obj-y += start.o endif |