]> git.proxmox.com Git - mirror_qemu.git/commit
hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 27 Jun 2019 17:45:08 +0000 (19:45 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 2 Jul 2019 00:34:55 +0000 (02:34 +0200)
commit3ae0343db69c379beb5750b4ed70794bbed51b85
tree90ceb3b37df2625398d44e35c9369ee076e14c9e
parentb03499371785cd9a0d8157ec8bd1c19a2bf8b5c7
hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit

Parallel NOR flashes are limited to 16-bit bus accesses.
Remove the 32-bit dead code.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20190627202719.17739-29-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/block/pflash_cfi02.c