config.mk: Update QEMU run command for generic and sifive fu540 platforms
authorBin Meng <bin.meng@windriver.com>
Fri, 26 Jun 2020 01:26:03 +0000 (18:26 -0700)
committerAnup Patel <anup@brainfault.org>
Mon, 29 Jun 2020 03:47:24 +0000 (09:17 +0530)
commit78afe11ba2e7585d48ac4e3c38b71906c83cbe6c
tree8930fc3d518e38c893ae1f130929fbfd062d9983
parent35bc810252f4e45beab3b66e30ffe4502e91f22c
config.mk: Update QEMU run command for generic and sifive fu540 platforms

Since QEMU v5.1, if there is no "-bios" option provided, the default
OpenSBI firmware will be loaded by QEMU as the BIOS automatically,
hence to load fw_payload type image, we should explicitly pass the
"-bios" option to QEMU.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
platform/generic/config.mk
platform/sifive/fu540/config.mk