mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-02 17:36:00 +00:00
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>
This commit is contained in:
parent
187c26364c
commit
76e872695a
@ -61,7 +61,7 @@ typedef struct FlashPartInfo {
|
||||
uint32_t sector_size;
|
||||
uint32_t n_sectors;
|
||||
uint32_t page_size;
|
||||
uint8_t flags;
|
||||
uint16_t flags;
|
||||
} FlashPartInfo;
|
||||
|
||||
/* adapted from linux */
|
||||
|
Loading…
x
Reference in New Issue
Block a user