Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93051
b: refs/heads/master
c: 37e5ffa
h: refs/heads/master
i:
  93049: e814996
  93047: 7968ad9
v: v3
  • Loading branch information
Ben Dooks authored and David Woodhouse committed Apr 22, 2008
1 parent b78887d commit 74b554e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c21ab67b7d3c9a1296019939e0efb69350487cf
refs/heads/master: 37e5ffa3f15bd9a8b133ab13e9bef833b5eb33d4
3 changes: 3 additions & 0 deletions trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,9 @@ static void s3c2410_nand_init_chip(struct s3c2410_nand_info *info,

if (set->ecc_layout != NULL)
chip->ecc.layout = set->ecc_layout;

if (set->disable_ecc)
chip->ecc.mode = NAND_ECC_NONE;
}

/* s3c2410_nand_update_chip
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-arm/plat-s3c/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*/

struct s3c2410_nand_set {
unsigned int disable_ecc : 1;

int nr_chips;
int nr_partitions;
char *name;
Expand Down

0 comments on commit 74b554e

Please sign in to comment.