Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173320
b: refs/heads/master
c: 74c987a
h: refs/heads/master
v: v3
  • Loading branch information
Sneha Narnakaje authored and Kevin Hilman committed Nov 25, 2009
1 parent 72dbbf7 commit b580a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b0cf4e93c3212810f775967bdb2206be65eccec
refs/heads/master: 74c987a0d9a327c0133260a29bb5e5efc9de86c6
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-davinci/board-dm355-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ static struct davinci_nand_pdata davinci_nand_data = {
.mask_chipsel = BIT(14),
.parts = davinci_nand_partitions,
.nr_parts = ARRAY_SIZE(davinci_nand_partitions),
.ecc_mode = NAND_ECC_HW_SYNDROME,
.ecc_mode = NAND_ECC_HW,
.options = NAND_USE_FLASH_BBT,
.ecc_bits = 4,
};

static struct resource davinci_nand_resources[] = {
Expand Down

0 comments on commit b580a0b

Please sign in to comment.