Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242755
b: refs/heads/master
c: 07be303
h: refs/heads/master
i:
  242753: a535c94
  242751: 6eec132
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed Mar 11, 2011
1 parent 0ce4835 commit 3514e01
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: 37a23c20181aaddb8019f0a57bcda334412b89f8
refs/heads/master: 07be303d22ac7e067b8a7172a4043ebe32b74b33
1 change: 1 addition & 0 deletions trunk/drivers/mtd/devices/mtdram.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
mtd->flags = MTD_CAP_RAM;
mtd->size = size;
mtd->writesize = 1;
mtd->writebufsize = 64; /* Mimic CFI NOR flashes */
mtd->erasesize = MTDRAM_ERASE_SIZE;
mtd->priv = mapped_address;

Expand Down

0 comments on commit 3514e01

Please sign in to comment.