]> git.proxmox.com Git - qemu.git/commit
arm/boot: Use qemu_devtree_setprop_sized_cells()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jul 2013 12:25:06 +0000 (13:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jul 2013 11:58:46 +0000 (12:58 +0100)
commit70976c41c1def9d6e8b664c64cdf83b1ea0daa03
tree918f91ab21924a89675beee99679e182f4053f53
parent97c38f8c279ae2f71cb0f6aed11aa94ef59b2955
arm/boot: Use qemu_devtree_setprop_sized_cells()

Replace the opencoded assembly of the reg property array for the
/memory node with a call to qemu_devtree_setprop_sized_cells().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1373977512-28932-3-git-send-email-peter.maydell@linaro.org
hw/arm/boot.c