From 4bd6b2b61216f4787554f6ce9434d28386957317 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 6 Jan 2018 22:11:05 +0100 Subject: 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 Reviewed-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- arch/arm/mach-at91/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-at91/Makefile') 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 -- cgit v1.2.3