mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/mips: Inline 'bios.h' definitions
There is no universal BIOS, each machine needs a specific one. Move the machine-specific definitions to each machine code and remove this bogus header. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20231122184334.18201-1-philmd@linaro.org>
This commit is contained in:
parent
989f31658e
commit
1eb64c39d0
4 changed files with 26 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
|||
#ifndef HW_MIPS_BIOS_H
|
||||
#define HW_MIPS_BIOS_H
|
||||
|
||||
#include "qemu/units.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#define BIOS_SIZE (4 * MiB)
|
||||
#if TARGET_BIG_ENDIAN
|
||||
#define BIOS_FILENAME "mips_bios.bin"
|
||||
#else
|
||||
#define BIOS_FILENAME "mipsel_bios.bin"
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue