]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: at91: remove non-generic boards
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 8 Apr 2015 09:15:53 +0000 (18:15 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:33 +0000 (22:39 +0200)
commitfc66c691b38ed03a291cbd88845c45dbdf57cff3
tree158cad17a7d021d7b5bb2bb0a7410dbc52fb23ff
parentb0b58b3c526a7e56f02b59c494f618cdc9398049
ARM: at91: remove non-generic boards

Remove board support for afeb9260, tny_a9260, and sbc35_a9g20.

They have not been converted into Generic Board yet.
See doc/README.generic-board for details.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Sergey Lapin <slapin@ossfans.org>
Cc: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
31 files changed:
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c
board/afeb9260/Kconfig [deleted file]
board/afeb9260/MAINTAINERS [deleted file]
board/afeb9260/Makefile [deleted file]
board/afeb9260/afeb9260.c [deleted file]
board/afeb9260/config.mk [deleted file]
board/afeb9260/partition.c [deleted file]
board/calao/sbc35_a9g20/Kconfig [deleted file]
board/calao/sbc35_a9g20/MAINTAINERS [deleted file]
board/calao/sbc35_a9g20/Makefile [deleted file]
board/calao/sbc35_a9g20/config.mk [deleted file]
board/calao/sbc35_a9g20/sbc35_a9g20.c [deleted file]
board/calao/sbc35_a9g20/spi.c [deleted file]
board/calao/tny_a9260/Kconfig [deleted file]
board/calao/tny_a9260/MAINTAINERS [deleted file]
board/calao/tny_a9260/Makefile [deleted file]
board/calao/tny_a9260/config.mk [deleted file]
board/calao/tny_a9260/spi.c [deleted file]
board/calao/tny_a9260/tny_a9260.c [deleted file]
configs/afeb9260_defconfig [deleted file]
configs/sbc35_a9g20_eeprom_defconfig [deleted file]
configs/sbc35_a9g20_nandflash_defconfig [deleted file]
configs/tny_a9260_eeprom_defconfig [deleted file]
configs/tny_a9260_nandflash_defconfig [deleted file]
configs/tny_a9g20_eeprom_defconfig [deleted file]
configs/tny_a9g20_nandflash_defconfig [deleted file]
doc/README.scrapyard
include/configs/afeb9260.h [deleted file]
include/configs/sbc35_a9g20.h [deleted file]
include/configs/tny_a9260.h [deleted file]