]> git.ipfire.org Git - thirdparty/qemu.git/commit
pflash_cfi01: Drop unused 'bypass' field
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Apr 2013 15:18:00 +0000 (16:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Apr 2013 15:18:00 +0000 (16:18 +0100)
commit5d79b80b335c5f65f148d1bb1672d9d534ace73b
tree254ec82fbe0bef501fbf07e73cbdb1e4288364f4
parent2e19a7035a8e721f32610c8d22223ab748c4232f
pflash_cfi01: Drop unused 'bypass' field

For pflash_cfi01 the 'bypass' field is set to zero and never changes,
so remove it (it is a leftover from pflash_cfi02, where bypass is
implemented).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1363717469-30980-2-git-send-email-peter.maydell@linaro.org
hw/pflash_cfi01.c