Update rdc to .21, mark it as broken
[openwrt/staging/florian.git] / target / linux / magicbox-2.6 / patches / 002-flash_map.patch
1 diff -urN linux.old/drivers/mtd/maps/Kconfig linux.dev/drivers/mtd/maps/Kconfig
2 --- linux.old/drivers/mtd/maps/Kconfig 2006-08-30 06:30:59.000000000 +0200
3 +++ linux.dev/drivers/mtd/maps/Kconfig 2006-08-30 06:11:51.000000000 +0200
4 @@ -323,6 +323,15 @@
5 Walnut board. If you have one of these boards and would like to
6 use the flash chips on it, say 'Y'.
7
8 +config MTD_MAGICMAP
9 + tristate "Flash device mapped on IBM 405EP MagicBox"
10 + depends on MTD_CFI && MTD_PARTITIONS && 40x && MAGICBOX
11 + help
12 + This enables access routines for the flash chips on the IBM 405EP
13 + MagicBox board. If you have one of these boards and would like to
14 + use the flash chips on it, say 'Y'.
15 +
16 +
17 config MTD_EBONY
18 tristate "Flash devices mapped on IBM 440GP Ebony"
19 depends on MTD_JEDECPROBE && EBONY
20 diff -urN linux.old/drivers/mtd/maps/Makefile linux.dev/drivers/mtd/maps/Makefile
21 --- linux.old/drivers/mtd/maps/Makefile 2006-08-30 06:30:59.000000000 +0200
22 +++ linux.dev/drivers/mtd/maps/Makefile 2006-08-30 06:11:51.000000000 +0200
23 @@ -58,6 +58,7 @@
24 obj-$(CONFIG_MTD_BEECH) += beech-mtd.o
25 obj-$(CONFIG_MTD_ARCTIC) += arctic-mtd.o
26 obj-$(CONFIG_MTD_WALNUT) += walnut.o
27 +obj-$(CONFIG_MTD_MAGICMAP) += magicmap.o
28 obj-$(CONFIG_MTD_H720X) += h720x-flash.o
29 obj-$(CONFIG_MTD_SBC8240) += sbc8240.o
30 obj-$(CONFIG_MTD_NOR_TOTO) += omap-toto-flash.o