diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-01-27 06:24:15 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-02-02 05:01:28 -0500 |
commit | edd942247fe69b0488e6dc2da97f415b3bc09545 (patch) | |
tree | 0f74cd7d82630558e86dfdd9fed42ee0e5057a15 /arch/arm/mach-at91/Makefile | |
parent | 6bd3e3f491062f075c689345763b6172d8438007 (diff) |
ARM: at91: remove at91_boot_soc
at91_boot_soc and at91_init_soc structures are not used by any SoC, remove
their use. Also remove all the now empty SoC files.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
[nicolas.ferre@atmel.com: different organization of the patches]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index ad7fc5834188..3362f51ffd82 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -7,9 +7,7 @@ obj-y := setup.o | |||
7 | obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o | 7 | obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o |
8 | 8 | ||
9 | # CPU-specific support | 9 | # CPU-specific support |
10 | obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o at91rm9200_time.o | 10 | obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200_time.o |
11 | obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o | ||
12 | obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o | ||
13 | 11 | ||
14 | # AT91SAM board with device-tree | 12 | # AT91SAM board with device-tree |
15 | obj-$(CONFIG_SOC_AT91RM9200) += board-dt-rm9200.o | 13 | obj-$(CONFIG_SOC_AT91RM9200) += board-dt-rm9200.o |