diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-29 08:29:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-29 08:29:42 +0000 |
commit | 9252651252a6f756e92b0a2ea07b77f702b0518f (patch) | |
tree | 04cc1f557eb59c11d689970455286ddbe778f5aa /target/linux/ar71xx/patches-2.6.28 | |
parent | 63fdd1a743ebb71efab03ed9fe071a08aa1c9e66 (diff) | |
download | upstream-9252651252a6f756e92b0a2ea07b77f702b0518f.tar.gz upstream-9252651252a6f756e92b0a2ea07b77f702b0518f.tar.bz2 upstream-9252651252a6f756e92b0a2ea07b77f702b0518f.zip |
refresh patches
SVN-Revision: 16168
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.28')
3 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch b/target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch index ddc70cc750..462ae68791 100644 --- a/target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch +++ b/target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c -@@ -721,6 +721,9 @@ static int __devinit m25p_probe(struct s +@@ -722,6 +722,9 @@ static int __devinit m25p_probe(struct s #ifdef CONFIG_MTD_MYLOADER_PARTS "MyLoader", #endif diff --git a/target/linux/ar71xx/patches-2.6.28/105-mtd_m25p80_add_mx25lxxx_support.patch b/target/linux/ar71xx/patches-2.6.28/105-mtd_m25p80_add_mx25lxxx_support.patch index 61a3201024..d4b8ee93e8 100644 --- a/target/linux/ar71xx/patches-2.6.28/105-mtd_m25p80_add_mx25lxxx_support.patch +++ b/target/linux/ar71xx/patches-2.6.28/105-mtd_m25p80_add_mx25lxxx_support.patch @@ -1,8 +1,8 @@ --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c -@@ -506,6 +506,11 @@ static struct flash_info __devinitdata m - /* EON -- en25px */ - { "en25p32", 0x1c2016, 0, 64 * 1024, 64, }, +@@ -507,6 +507,11 @@ static struct flash_info __devinitdata m + { "en25p32", 0x1c2016, 0, 64 * 1024, 64, }, + { "en25p64", 0x1c2017, 0, 64 * 1024, 128, }, + /* Macronix -- mx25lxxx */ + { "mx25l32", 0xc22016, 0, 64 * 1024, 64, }, diff --git a/target/linux/ar71xx/patches-2.6.28/106-mtd_m25p80_add_xxxs33b_support.patch b/target/linux/ar71xx/patches-2.6.28/106-mtd_m25p80_add_xxxs33b_support.patch index 7c178cafa7..e4e01637d6 100644 --- a/target/linux/ar71xx/patches-2.6.28/106-mtd_m25p80_add_xxxs33b_support.patch +++ b/target/linux/ar71xx/patches-2.6.28/106-mtd_m25p80_add_xxxs33b_support.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c -@@ -511,6 +511,11 @@ static struct flash_info __devinitdata m +@@ -512,6 +512,11 @@ static struct flash_info __devinitdata m { "mx25l64", 0xc22017, 0, 64 * 1024, 128, }, { "mx25l128", 0xc22018, 0, 64 * 1024, 256, }, |