diff options
author | BALATON Zoltan | 2022-09-17 13:51:36 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2022-10-31 11:32:07 +0100 |
commit | 8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9 (patch) | |
tree | 5d609d10b313abb421c0d688ac07968ba2ccafec /hw/mips/fuloong2e.c | |
parent | hw/isa/vt82c686: Create rtc-time alias in boards instead (diff) | |
download | qemu-8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9.tar.gz qemu-8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9.tar.xz qemu-8466405eb0c77d81be5f8c2e3608fdfeb00bb1b9.zip |
hw: Remove unused MAX_IDE_BUS define
Several machines have an unused MAX_IDE_BUS define. Remove it from
these machines that don't need it.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220917115136.A32EF746E06@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/mips/fuloong2e.c')
-rw-r--r-- | hw/mips/fuloong2e.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c index b478483706..50c61f0e4a 100644 --- a/hw/mips/fuloong2e.c +++ b/hw/mips/fuloong2e.c @@ -49,7 +49,6 @@ /* Fuloong 2e has a 512k flash: Winbond W39L040AP70Z */ #define BIOS_SIZE (512 * KiB) -#define MAX_IDE_BUS 2 /* * PMON is not part of qemu and released with BSD license, anyone |