diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-11-02 20:31:16 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-13 14:49:01 +0100 |
commit | bec72c7994d7bee448eeee49410b689df36543e3 (patch) | |
tree | 2cddf697a51c54127c03a36c7f95c4a31d6e7c76 /arch/arm/cpu/armv7/sunxi/Makefile | |
parent | 9d8a533e3fd04af1b40f7ffb64381ff6099614e4 (diff) | |
download | u-boot-imx-bec72c7994d7bee448eeee49410b689df36543e3.zip u-boot-imx-bec72c7994d7bee448eeee49410b689df36543e3.tar.gz u-boot-imx-bec72c7994d7bee448eeee49410b689df36543e3.tar.bz2 |
sun4i: Rename dram files to dram_sun4i.x
In preparation for adding sun6i dram support.
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/sunxi/Makefile b/arch/arm/cpu/armv7/sunxi/Makefile index b3a3601..48cca0b 100644 --- a/arch/arm/cpu/armv7/sunxi/Makefile +++ b/arch/arm/cpu/armv7/sunxi/Makefile @@ -28,9 +28,9 @@ endif endif ifdef CONFIG_SPL_BUILD -obj-$(CONFIG_MACH_SUN4I) += dram.o -obj-$(CONFIG_MACH_SUN5I) += dram.o -obj-$(CONFIG_MACH_SUN7I) += dram.o +obj-$(CONFIG_MACH_SUN4I) += dram_sun4i.o +obj-$(CONFIG_MACH_SUN5I) += dram_sun4i.o +obj-$(CONFIG_MACH_SUN7I) += dram_sun4i.o ifdef CONFIG_SPL_FEL obj-y += start.o endif |