OSDN Git Service

mainstone: Make providing flash images non-mandatory
authorGuenter Roeck <linux@roeck-us.net>
Mon, 17 Feb 2020 21:08:24 +0000 (13:08 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:00 +0000 (16:07 +0000)
commitd4cf262ab5b057dff0dff86e90de9b1b8a32b307
tree8f83da742c0f4f04f4edf7dcfc69bbdde7689eba
parent9df7401b80e7b19789aa625d77fe79c1f48b4b84
mainstone: Make providing flash images non-mandatory

Up to now, the mainstone machine only boots if two flash images are
provided. This is not really necessary; the machine can boot from initrd
or from SD without it. At the same time, having to provide dummy flash
images is a nuisance and does not add any real value. Make it optional.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200217210824.18513-1-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/mainstone.c