diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2007-05-09 17:13:31 +1000 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-05-09 09:43:02 +0100 |
commit | 025257c7a7665a117b72097cc12021140eac8a34 (patch) | |
tree | 4361d7eabb8f391864c142f52d8b6b7a43cfe99e /drivers/mtd/maps/Makefile | |
parent | 2d0fa586facb740b9ef9a01dcedc94c126c6f148 (diff) | |
download | linux-025257c7a7665a117b72097cc12021140eac8a34.tar.gz |
[MTD] [MAPS] Remove flash maps for no longer supported 405LP boards
drivers/mtd/maps includes flash maps for the Beech and Arctic PowerPC
405LP based boards. However, the 405LP was discontinued before any
quantity were distributed and those boards no longer have kernel
support in general. Therefore, this patch removes this obsolete code.
Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/maps/Makefile')
-rw-r--r-- | drivers/mtd/maps/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index de036c5e6139..3acbb5d01ca4 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -58,8 +58,6 @@ obj-$(CONFIG_MTD_NETtel) += nettel.o obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o obj-$(CONFIG_MTD_EBONY) += ebony.o obj-$(CONFIG_MTD_OCOTEA) += ocotea.o -obj-$(CONFIG_MTD_BEECH) += beech-mtd.o -obj-$(CONFIG_MTD_ARCTIC) += arctic-mtd.o obj-$(CONFIG_MTD_WALNUT) += walnut.o obj-$(CONFIG_MTD_H720X) += h720x-flash.o obj-$(CONFIG_MTD_SBC8240) += sbc8240.o |