]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/sunxi/Makefile
sun6i: dram: Do not try to initialize a second dram chan on A31s
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / sunxi / Makefile
index 3b6ae47329a7631a948adc9ecf3f7aeff67ccdc3..1337b60ac56e09e71b9a195240e0bfc09e55f539 100644 (file)
@@ -10,6 +10,7 @@
 obj-y  += timer.o
 obj-y  += board.o
 obj-y  += clock.o
+obj-y  += cpu_info.o
 obj-y  += pinmux.o
 obj-$(CONFIG_MACH_SUN6I)       += prcm.o
 obj-$(CONFIG_MACH_SUN8I)       += prcm.o
@@ -21,7 +22,6 @@ obj-$(CONFIG_MACH_SUN7I)      += clock_sun4i.o
 obj-$(CONFIG_MACH_SUN8I)       += clock_sun6i.o
 
 ifndef CONFIG_SPL_BUILD
-obj-y  += cpu_info.o
 ifdef CONFIG_ARMV7_PSCI
 obj-y  += psci.o
 endif