Hi, Philippe, On Mon, May 11, 2020 at 5:05 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > I'm not sure where 'pmon_fulong2e.bin' comes from. As I always > found this bios named 'pmon_2e.bin', rename the definition. > The Fuloong BIOS doesn't integrated in QEMU, so its name can be anything. So, let's keep the old name (I think the old name more distsinguishable)?
Huacai > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/mips/mips_fulong2e.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c > index ef02d54b33..f067fa9720 100644 > --- a/hw/mips/mips_fulong2e.c > +++ b/hw/mips/mips_fulong2e.c > @@ -69,7 +69,7 @@ > * 2, use "Bonito2edev" to replace > "dir_corresponding_to_your_target_hardware" > * in the "Compile Guide". > */ > -#define FULONG_BIOSNAME "pmon_fulong2e.bin" > +#define FULONG_BIOSNAME "pmon_2e.bin" > > /* PCI SLOT in fulong 2e */ > #define FULONG2E_VIA_SLOT 5 > -- > 2.21.3 > > -- Huacai Chen