X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fmach-davinci%2FMakefile;h=ed882740720614568e59a6f9968ffa6f3bcf9e36;hb=8d3495023880f2076b2853c76c6ffc9bfbc2327e;hp=6887fe05dd8625ba84dade5116591649cbb9d1f4;hpb=2dc426418f275a934178df41905fabe6f7cfac95;p=oweals%2Fu-boot.git diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile index 6887fe05dd..ed88274072 100644 --- a/arch/arm/mach-davinci/Makefile +++ b/arch/arm/mach-davinci/Makefile @@ -18,7 +18,3 @@ obj-$(CONFIG_SPL_FRAMEWORK) += spl.o obj-$(CONFIG_SOC_DM365) += dm365_lowlevel.o obj-$(CONFIG_SOC_DA8XX) += da850_lowlevel.o endif - -ifndef CONFIG_SKIP_LOWLEVEL_INIT -obj-y += lowlevel_init.o -endif