]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/boot: Make user not specifying a kernel not an error
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 25 Oct 2013 14:44:38 +0000 (15:44 +0100)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 31 Oct 2013 13:00:16 +0000 (14:00 +0100)
commit9546dbabd5f6ff199ffd7741dfd57b8bff723bd1
treefaa8ca0aa2c5d690d0467b64eed8c3aa3cc5fffd
parentec426ff808cd421036f81ab34c0d5884743982aa
hw/arm/boot: Make user not specifying a kernel not an error

Typically ARM boards will have some kind of flash which might contain
a boot ROM; it's therefore a valid use case to provide only an
image for the boot ROM and not require QEMU's internal boot loader
at all. Remove the fatal error if -kernel isn't specified.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1379980897-21277-2-git-send-email-peter.maydell@linaro.org
hw/arm/boot.c