diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 15:23:04 +0000 |
commit | da44b916cfacd00e41f1ad2d078a105ae45331d9 (patch) | |
tree | 3fa870772c9ff935e988915aa76eaa088eec1785 /target/linux/omap35xx/patches-2.6.36/002-omap-nand-remove-hardware-ECC-as-default.patch | |
parent | e106f25ee74804478470a075cf7181bd995b9c33 (diff) | |
download | mtk-20170518-da44b916cfacd00e41f1ad2d078a105ae45331d9.zip mtk-20170518-da44b916cfacd00e41f1ad2d078a105ae45331d9.tar.gz mtk-20170518-da44b916cfacd00e41f1ad2d078a105ae45331d9.tar.bz2 |
omap35xx: R.I.P.
It is broken since ~22 months and nobody takes care of that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35485
Diffstat (limited to 'target/linux/omap35xx/patches-2.6.36/002-omap-nand-remove-hardware-ECC-as-default.patch')
-rw-r--r-- | target/linux/omap35xx/patches-2.6.36/002-omap-nand-remove-hardware-ECC-as-default.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/target/linux/omap35xx/patches-2.6.36/002-omap-nand-remove-hardware-ECC-as-default.patch b/target/linux/omap35xx/patches-2.6.36/002-omap-nand-remove-hardware-ECC-as-default.patch deleted file mode 100644 index 038c1af..0000000 --- a/target/linux/omap35xx/patches-2.6.36/002-omap-nand-remove-hardware-ECC-as-default.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 859158bfab7e72af440622fb9731bcaef4e7d6dc Mon Sep 17 00:00:00 2001 -From: Sukumar Ghorai <s-ghorai@ti.com> -Date: Fri, 19 Nov 2010 14:45:26 +0000 -Subject: [PATCH] omap: nand: remove hardware ECC as default - -Commit 2c01946c6b9ebaa5a89710bc42ca224a7f52f227 (omap3 nand: cleanup -virtual address usages) wrongly enabled CONFIG_MTD_NAND_OMAP_HWECC -which breaks boards like beagle and pandora that use software ECC -for write. - -Boards like beagle and pandora uses sw ecc for write (e.g. binary flushed -from u-boot) and read from kernel. - -Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com> -Acked-by: David Woodhouse <David.Woodhouse@intel.com> -[tony@atomide.com: updated comments] -Signed-off-by: Tony Lindgren <tony@atomide.com> ---- - drivers/mtd/nand/omap2.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) - -diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c -index cd41c58..15682ec 100644 ---- a/drivers/mtd/nand/omap2.c -+++ b/drivers/mtd/nand/omap2.c -@@ -7,7 +7,6 @@ - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ --#define CONFIG_MTD_NAND_OMAP_HWECC - - #include <linux/platform_device.h> - #include <linux/dma-mapping.h> --- -1.7.0.4 - |