aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci/Makefile
diff options
context:
space:
mode:
authorBartosz Golaszewski2019-05-29 10:02:00 +0200
committerTom Rini2019-06-05 12:14:02 -0400
commit1f12208c6a78218cf39ad4c8afd911cd128e6943 (patch)
treeb09a15ae16e47e1458d8f247c8b9a01b3ba69797 /arch/arm/mach-davinci/Makefile
parent18517ab8a1aa9489343e2760cec25a722f625264 (diff)
arm: davinci: remove leftover assembly
There are no more users of lowlevel_init.S. Remove the file. Suggested-by: Adam Ford <aford173@gmail.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'arch/arm/mach-davinci/Makefile')
-rw-r--r--arch/arm/mach-davinci/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile
index 6887fe05dd8..ed882740720 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