On Sun, 22 Mar 2020 at 20:54, Niek Linnenbank <nieklinnenb...@gmail.com> wrote: > > The Orange Pi PC initialization function needs to verify that the SD card > block backend is usable before calling the Boot ROM setup routine. When > calling blk_is_available() the input parameter should not be NULL. > This commit ensures that blk_is_available is only called with non-NULL input. > > Reported-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Niek Linnenbank <nieklinnenb...@gmail.com> > --- > hw/arm/orangepi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to target-arm.next, thanks. -- PMM