summaryrefslogtreecommitdiff
path: root/hw/mac_nvram.c
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-01-23 23:03:59 +0000
committerAlexander Graf <agraf@suse.de>2013-01-25 22:02:54 +0100
commitd8c6d07fdff2523ca78f95c7d8a7fe90ee7ea5a7 (patch)
treed001e5d3090c41a7dfb2d13e982402002abceb4b /hw/mac_nvram.c
parent3743cca7d55c700e727e958d4a0b0b5d6c15e2e8 (diff)
mac_nvram: Mark as Big Endian
Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/mac_nvram.c')
-rw-r--r--hw/mac_nvram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mac_nvram.c b/hw/mac_nvram.c
index bcde07d061..0a22e66052 100644
--- a/hw/mac_nvram.c
+++ b/hw/mac_nvram.c
@@ -96,7 +96,7 @@ static uint64_t macio_nvram_readb(void *opaque, hwaddr addr,
static const MemoryRegionOps macio_nvram_ops = {
.read = macio_nvram_readb,
.write = macio_nvram_writeb,
- .endianness = DEVICE_NATIVE_ENDIAN,
+ .endianness = DEVICE_BIG_ENDIAN,
};
static const VMStateDescription vmstate_macio_nvram = {