]> git.proxmox.com Git - mirror_qemu.git/commit - hw/block/pflash_cfi01.c
pflash: Reduce writebuf len for 8-bit flashes.
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sun, 24 Jan 2010 17:39:51 +0000 (18:39 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sun, 24 Jan 2010 17:39:51 +0000 (18:39 +0100)
commit4737fa266e54564f48bd8f1d72d50a637e093f8a
treea1b9731155f1865807bc70b9c9e18ca18864169f
parenta66e360f87ce5786b8ff159f49ab5cc77b10760b
pflash: Reduce writebuf len for 8-bit flashes.

Flashes connected through an 8 bit bus cannot handle write buffers
larger than 256 bytes.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
hw/pflash_cfi01.c