On 8/16/21 3:58 PM, Peter Maydell wrote: > The SoC realize can fail for legitimate reasons, because it propagates > errors up from CPU realize, which in turn can be provoked by user > error in setting commandline options. Use error_fatal so we report > the error message to the user and exit, rather than asserting > via error_abort. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/arm/raspi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>