Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298107
b: refs/heads/master
c: fcc44a0
h: refs/heads/master
i:
  298105: 2b951e0
  298103: 5d7606e
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed Mar 26, 2012
1 parent e1f30b7 commit 2a2b047
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 82c4c58d6f1a78e8de875272a19ab9220b8066aa
refs/heads/master: fcc44a07dae0af16e84e93425fc8afe642ddc603
1 change: 1 addition & 0 deletions trunk/drivers/mtd/devices/lart.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ static int __init lart_flash_init (void)
mtd.name = module_name;
mtd.type = MTD_NORFLASH;
mtd.writesize = 1;
mtd.writebufsize = 4;
mtd.flags = MTD_CAP_NORFLASH;
mtd.size = FLASH_BLOCKSIZE_PARAM * FLASH_NUMBLOCKS_16m_PARAM + FLASH_BLOCKSIZE_MAIN * FLASH_NUMBLOCKS_16m_MAIN;
mtd.erasesize = FLASH_BLOCKSIZE_MAIN;
Expand Down

0 comments on commit 2a2b047

Please sign in to comment.