Commit 5f30d62c261e0808e3135a3c75beb761f4d2a1c9
1 parent
860c6c52
Delete now unused define.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2840 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
hw/pc.c
| ... | ... | @@ -29,7 +29,6 @@ |
| 29 | 29 | #define BIOS_FILENAME "bios.bin" |
| 30 | 30 | #define VGABIOS_FILENAME "vgabios.bin" |
| 31 | 31 | #define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin" |
| 32 | -#define LINUX_BOOT_FILENAME "linux_boot.bin" | |
| 33 | 32 | |
| 34 | 33 | /* Leave a chunk of memory at the top of RAM for the BIOS ACPI tables. */ |
| 35 | 34 | #define ACPI_DATA_SIZE 0x10000 | ... | ... |