diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-05 15:49:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-05 15:49:09 -0400 |
commit | 2253e40caef5b45bcae2ccdb238f9cf037eefc0b (patch) | |
tree | 2414554a9caff9998089915eefc4c4e9fce044f3 /arch/arm/mach-davinci/Makefile | |
parent | 6d93d245c148f10f15724601650fab3a665f102c (diff) | |
parent | ea41b15617fa6869a6bb628dad8f972db4d77139 (diff) |
Merge branch '2019-06-05-master-imports'
- More DaVinci fixes
- BuR platform fix
Diffstat (limited to 'arch/arm/mach-davinci/Makefile')
-rw-r--r-- | arch/arm/mach-davinci/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |