summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.26/0041-s3c2440-nand-disable-hwecc.patch.patch
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-12 11:58:53 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-12-12 11:58:53 +0000
commitfc54b9bf158eea9cae647ce2c58f7d9989af173a (patch)
tree54644c1229434d7ee13c5872bda4129e34337fc0 /target/linux/s3c24xx/patches-2.6.26/0041-s3c2440-nand-disable-hwecc.patch.patch
parentd9f49b62b28ebd245587854efa484974d90debbf (diff)
changed Makefile and profiles, added patches for kernel 2.6.24
(stable-branch of Openmoko) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/0041-s3c2440-nand-disable-hwecc.patch.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches-2.6.26/0041-s3c2440-nand-disable-hwecc.patch.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/0041-s3c2440-nand-disable-hwecc.patch.patch b/target/linux/s3c24xx/patches-2.6.26/0041-s3c2440-nand-disable-hwecc.patch.patch
new file mode 100755
index 000000000..c6167f990
--- /dev/null
+++ b/target/linux/s3c24xx/patches-2.6.26/0041-s3c2440-nand-disable-hwecc.patch.patch
@@ -0,0 +1,28 @@
+From bc0d09dd89a8837b9a4eeb63585caded6b290cf9 Mon Sep 17 00:00:00 2001
+From: mokopatches <mokopatches@openmoko.org>
+Date: Fri, 25 Jul 2008 22:21:22 +0100
+Subject: [PATCH] s3c2440-nand-disable-hwecc.patch
+ Disable the hardware ECC checking on S3C2440 based platforms (HXD8, SMDK2440,
+ GTA02) for the time being, since our u-boot doesn't yet support it for 2k page
+ size NAND
+
+---
+ drivers/mtd/nand/s3c2410.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
+index 6e7a5b9..8e1e482 100644
+--- a/drivers/mtd/nand/s3c2410.c
++++ b/drivers/mtd/nand/s3c2410.c
+@@ -665,7 +665,7 @@ static void s3c2410_nand_init_chip(struct s3c2410_nand_info *info,
+ nmtd->mtd.owner = THIS_MODULE;
+ nmtd->set = set;
+
+- if (hardware_ecc) {
++ if (info->cpu_type == TYPE_S3C2410 && hardware_ecc) {
+ chip->ecc.calculate = s3c2410_nand_calculate_ecc;
+ chip->ecc.correct = s3c2410_nand_correct_data;
+ chip->ecc.mode = NAND_ECC_HW;
+--
+1.5.6.3
+