aspeed/smc: Fix MemoryRegionOps definition
Unaligned access support is a leftover from the initial commit. There is no such need on this device register mapping. Remove it. Cc: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Message-Id: <20200819100956.2216690-7-clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
40a38df55e
commit
0d3119edd0
@ -1299,10 +1299,8 @@ static const MemoryRegionOps aspeed_smc_ops = {
|
|||||||
.read = aspeed_smc_read,
|
.read = aspeed_smc_read,
|
||||||
.write = aspeed_smc_write,
|
.write = aspeed_smc_write,
|
||||||
.endianness = DEVICE_LITTLE_ENDIAN,
|
.endianness = DEVICE_LITTLE_ENDIAN,
|
||||||
.valid.unaligned = true,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize the custom address spaces for DMAs
|
* Initialize the custom address spaces for DMAs
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user