diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-25 19:57:11 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-25 19:57:11 +0000 |
commit | 155c111782969950bf13f2bcbd459368c8c73e48 (patch) | |
tree | b846da9664c9e42358c5397eee0bd1c30c07f78a /target/linux/ar71xx/patches-2.6.35/200-rb4xx_nand_driver.patch | |
parent | 8c95b46cccc1ce5e446eb43315f7093901030fe0 (diff) |
ar71xx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22803 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.35/200-rb4xx_nand_driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.35/200-rb4xx_nand_driver.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/patches-2.6.35/200-rb4xx_nand_driver.patch b/target/linux/ar71xx/patches-2.6.35/200-rb4xx_nand_driver.patch index 1e64e0a36a..93a370fd4d 100644 --- a/target/linux/ar71xx/patches-2.6.35/200-rb4xx_nand_driver.patch +++ b/target/linux/ar71xx/patches-2.6.35/200-rb4xx_nand_driver.patch @@ -1,8 +1,8 @@ --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig -@@ -488,4 +488,8 @@ config MTD_NAND_W90P910 +@@ -526,4 +526,8 @@ config MTD_NAND_NUC900 This enables the driver for the NAND Flash on evaluation board based - on w90p910. + on w90p910 / NUC9xx. +config MTD_NAND_RB4XX + tristate "NAND flash driver for RouterBoard 4xx series" @@ -11,7 +11,7 @@ endif # MTD_NAND --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile -@@ -30,6 +30,7 @@ obj-$(CONFIG_MTD_NAND_CM_X270) += cmx27 +@@ -32,6 +32,7 @@ obj-$(CONFIG_MTD_NAND_CM_X270) += cmx27 obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx_nand.o obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o |