]> git.proxmox.com Git - qemu.git/commit
PPC: e500: dt: use target_phys_addr_t for ramsize
authorAlexander Graf <agraf@suse.de>
Fri, 18 May 2012 00:14:46 +0000 (02:14 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:49 +0000 (01:04 +0200)
commit7f47b41f3f36fd0618758580121ddeb0407069b7
tree159fb67d9c94a791761ca58064b00bb508fb4f47
parent1d2e5c5235dc722bc9e12218d5f00c12f8bdc5bb
PPC: e500: dt: use target_phys_addr_t for ramsize

We're passing the ram size as uint32_t, capping it to 32 bits atm.
Change to target_phys_addr_t (uint64_t) to make sure we have all
the bits.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppce500_mpc8544ds.c