]> git.proxmox.com Git - qemu.git/commit
hw/arm_boot.c: Consistently use ram_size from arm_boot_info struct
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Jul 2012 12:34:50 +0000 (13:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Jul 2012 12:34:50 +0000 (13:34 +0100)
commit0b94438480c8f52cc9e22b1038e6ba5096245c4e
tree5db8300d145779ee1bd827d5f4ce7f0141937193
parentde841dea59168e4abb8a2d09aaa30cc217fefda3
hw/arm_boot.c: Consistently use ram_size from arm_boot_info struct

Clean up the mix of getting the RAM size from the global ram_size
and from the ram_size field in the arm_boot_info structure, so
that we always use the structure field.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
hw/arm_boot.c