Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
[platform/kernel/u-boot.git] / arch / arm / mach-orion5x / Makefile
index 606153e..a8b87f6 100644 (file)
@@ -11,7 +11,7 @@ obj-y = cpu.o
 obj-y  += dram.o
 obj-y  += timer.o
 
-ifndef CONFIG_SKIP_LOWLEVEL_INIT
+ifndef CONFIG_$(SPL_)SKIP_LOWLEVEL_INIT
 obj-y  += lowlevel_init.o
 endif