summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2018-01-06 22:11:05 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-01-09 11:33:37 +0100
commit4bd6b2b61216f4787554f6ce9434d28386957317 (patch)
tree5324e2816bb7d9df6f6b3eafa5faea33e96e5015 /arch/arm/mach-at91/Makefile
parent6955119ebe38d7ccf2226592ce3eb8375e1d68c1 (diff)
downloadbarebox-4bd6b2b61216f4787554f6ce9434d28386957317.tar.gz
barebox-4bd6b2b61216f4787554f6ce9434d28386957317.tar.xz
at91: drop unused at91sam9261_lowlevel_init
All at91sam9261 based boards uses board specific reset vectors so the mach-at91 provided version is no longer in use. Delete unused CONFIG symbols too. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r--arch/arm/mach-at91/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index 66b83000a2..1c79219148 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -12,7 +12,6 @@ lwl-$(CONFIG_AT91SAM926X_LWL) += at91sam926x_lowlevel_init.o
lwl-$(CONFIG_AT91RM9200_LWL) += at91rm9200_lowlevel_init.o
lwl-$(CONFIG_AT91SAM9260_LWL) += at91sam9260_lowlevel_init.o
-lwl-$(CONFIG_AT91SAM9261_LWL) += at91sam9261_lowlevel_init.o
lwl-$(CONFIG_AT91SAM9263_LWL) += at91sam9263_lowlevel_init.o
lwl-$(CONFIG_AT91SAM9G45_LWL) += at91sam9g45_lowlevel_init.o
lwl-$(CONFIG_AT91SAM9N12_LWL) += at91sam9n12_lowlevel_init.o