diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 12:03:12 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 12:03:12 +0000 |
commit | afaf27aa826d49a96ee38307da6cbd13e7295a97 (patch) | |
tree | e15b211e3413ee42515fd26a3601e14bb30d0837 /target/linux/pxa/patches-2.6.21/007-flash.patch | |
parent | 053c95515a9978da0f79023785e489760d12d69f (diff) | |
download | upstream-afaf27aa826d49a96ee38307da6cbd13e7295a97.tar.gz upstream-afaf27aa826d49a96ee38307da6cbd13e7295a97.tar.bz2 upstream-afaf27aa826d49a96ee38307da6cbd13e7295a97.zip |
refresh kernel patches
SVN-Revision: 11209
Diffstat (limited to 'target/linux/pxa/patches-2.6.21/007-flash.patch')
-rw-r--r-- | target/linux/pxa/patches-2.6.21/007-flash.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/pxa/patches-2.6.21/007-flash.patch b/target/linux/pxa/patches-2.6.21/007-flash.patch index a50a382f7a..3d4df09521 100644 --- a/target/linux/pxa/patches-2.6.21/007-flash.patch +++ b/target/linux/pxa/patches-2.6.21/007-flash.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.21gum/drivers/mtd/maps/gumstix-flash.c +Index: linux-2.6.21.7/drivers/mtd/maps/gumstix-flash.c =================================================================== --- /dev/null -+++ linux-2.6.21gum/drivers/mtd/maps/gumstix-flash.c ++++ linux-2.6.21.7/drivers/mtd/maps/gumstix-flash.c @@ -0,0 +1,136 @@ +/* + * Map driver for the Gumstix platform @@ -139,10 +139,10 @@ Index: linux-2.6.21gum/drivers/mtd/maps/gumstix-flash.c +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Gumstix, Inc. <gumstix-users@lists.sf.net>"); +MODULE_DESCRIPTION("MTD map driver for the Gumstix Platform"); -Index: linux-2.6.21gum/drivers/mtd/maps/Kconfig +Index: linux-2.6.21.7/drivers/mtd/maps/Kconfig =================================================================== ---- linux-2.6.21gum.orig/drivers/mtd/maps/Kconfig -+++ linux-2.6.21gum/drivers/mtd/maps/Kconfig +--- linux-2.6.21.7.orig/drivers/mtd/maps/Kconfig ++++ linux-2.6.21.7/drivers/mtd/maps/Kconfig @@ -131,6 +131,13 @@ config MTD_SBC_GXX More info at <http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>. @@ -157,10 +157,10 @@ Index: linux-2.6.21gum/drivers/mtd/maps/Kconfig config MTD_LUBBOCK tristate "CFI Flash device mapped on Intel Lubbock XScale eval board" depends on ARCH_LUBBOCK && MTD_CFI_INTELEXT && MTD_PARTITIONS -Index: linux-2.6.21gum/drivers/mtd/maps/Makefile +Index: linux-2.6.21.7/drivers/mtd/maps/Makefile =================================================================== ---- linux-2.6.21gum.orig/drivers/mtd/maps/Makefile -+++ linux-2.6.21gum/drivers/mtd/maps/Makefile +--- linux-2.6.21.7.orig/drivers/mtd/maps/Makefile ++++ linux-2.6.21.7/drivers/mtd/maps/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_MTD_ICHXROM) += ichxrom.o obj-$(CONFIG_MTD_CK804XROM) += ck804xrom.o obj-$(CONFIG_MTD_TSUNAMI) += tsunami_flash.o |