Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207783
b: refs/heads/master
c: 00355b0
h: refs/heads/master
i:
  207781: c15a38d
  207779: 5642020
  207775: 580e551
v: v3
  • Loading branch information
Barry Song authored and David Woodhouse committed Aug 5, 2010
1 parent 7ce1cde commit 5c61950
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fd508da2208696db146cd1be2bb2e8b799f6e3a2
refs/heads/master: 00355b0baadf949f02ab7d3e2bd222e3fbcc72ee
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/bf5xx_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ static int bf5xx_nand_hw_init(struct bf5xx_nand_info *info)
val = (plat->page_size << NFC_PG_SIZE_OFFSET) |
(plat->data_width << NFC_NWIDTH_OFFSET) |
(plat->rd_dly << NFC_RDDLY_OFFSET) |
(plat->rd_dly << NFC_WRDLY_OFFSET);
(plat->wr_dly << NFC_WRDLY_OFFSET);
dev_dbg(info->device, "NFC_CTL is 0x%04x\n", val);

bfin_write_NFC_CTL(val);
Expand Down

0 comments on commit 5c61950

Please sign in to comment.