diff options
| author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-20 10:59:07 +0000 |
|---|---|---|
| committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-20 10:59:07 +0000 |
| commit | 5f30d62c261e0808e3135a3c75beb761f4d2a1c9 (patch) | |
| tree | 0452a2cf95e8b991f74ea8c1d9464c5f826039a6 | |
| parent | 860c6c526f3f122e399a5a7e8a20ca2a8ef0af70 (diff) | |
| download | focaccia-qemu-5f30d62c261e0808e3135a3c75beb761f4d2a1c9.tar.gz focaccia-qemu-5f30d62c261e0808e3135a3c75beb761f4d2a1c9.zip | |
Delete now unused define.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2840 c046a42c-6fe2-441c-8c8c-71466251a162
| -rw-r--r-- | hw/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c index 89e93e83f0..a311c42065 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -29,7 +29,6 @@ #define BIOS_FILENAME "bios.bin" #define VGABIOS_FILENAME "vgabios.bin" #define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin" -#define LINUX_BOOT_FILENAME "linux_boot.bin" /* Leave a chunk of memory at the top of RAM for the BIOS ACPI tables. */ #define ACPI_DATA_SIZE 0x10000 |