]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Mon, 8 Jul 2013 22:40:02 +0000 (15:40 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Jul 2013 11:01:37 +0000 (12:01 +0100)
commitfd76663e3fe59dc7f7d5c439561b74f472727137
treec65dd8feb6a6266b5bed7b2452fed114c5a722e9
parent84aee0deae0de620277759e2c3cd3a9cf45390b0
hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header

The load_ramdisk function is used to load ramdisk featuring a U-Boot
header.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1373323202-17083-3-git-send-email-soren.brinkmann@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/boot.c