diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-09 08:11:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-09 08:11:49 +0000 |
commit | a2cda74350e3fe7d984af8217f5b949422b62673 (patch) | |
tree | 8323a631ec4b53c1e4e99f78e0d50b4382e55a0e /target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch | |
parent | 0de40f55dc5e818f91e2266790ca410502e9cee7 (diff) | |
download | mtk-20170518-a2cda74350e3fe7d984af8217f5b949422b62673.zip mtk-20170518-a2cda74350e3fe7d984af8217f5b949422b62673.tar.gz mtk-20170518-a2cda74350e3fe7d984af8217f5b949422b62673.tar.bz2 |
preliminary 2.6.28 support
SVN-Revision: 13559
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 0000000..6b3089c --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.28/104-mtd_m25p80_add_redboot_parser.patch @@ -0,0 +1,12 @@ +--- a/drivers/mtd/devices/m25p80.c ++++ b/drivers/mtd/devices/m25p80.c +@@ -717,6 +717,9 @@ static int __devinit m25p_probe(struct s + #ifdef CONFIG_MTD_MYLOADER_PARTS + "MyLoader", + #endif ++#ifdef CONFIG_MTD_REDBOOT_PARTS ++ "RedBoot", ++#endif + NULL, }; + + nr_parts = parse_mtd_partitions(&flash->mtd, |