block: m25p80: Widen flags variable
commit76e872695a09fa59ac3bdb4900320e47808c139a
authorMarcin Krzeminski <marcin.krzeminski@nokia.com>
Wed, 30 Mar 2016 16:27:22 +0000 (30 17:27 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Mar 2016 16:27:22 +0000 (30 17:27 +0100)
tree39e94bebca173757461c7831bbbf7208f951527c
parent187c26364c6fda3321a04535a1dd28eca879a8e3
block: m25p80: Widen flags variable

Extend the width of the flags variable to support the already existing
(but unused) WR_1 flag, which is above the range of 8 bits.
This allows support of EEPROM emulation which requires the WR_1 feature.

Signed-off-by: Marcin Krzeminski <marcin.krzeminski@nokia.com>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-id: 1458719789-29868-4-git-send-email-marcin.krzeminski@nokia.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/block/m25p80.c