ARM: uniphier: add weird workaround code for LD20
[pandora-u-boot.git] / arch / arm / mach-uniphier / arm64 / Makefile
index eb34c20..06072f2 100644 (file)
@@ -9,5 +9,7 @@ obj-y += mem_map.o
 ifdef CONFIG_ARMV8_MULTIENTRY
 obj-y += smp.o smp_kick_cpus.o
 obj-$(CONFIG_ARCH_UNIPHIER_LD20) += arm-cci500.o
+else
+obj-$(CONFIG_ARCH_UNIPHIER_LD20) += lowlevel_init.o
 endif
 endif