diff options
author | Paul Brook | 2009-05-19 15:52:42 +0200 |
---|---|---|
committer | Paul Brook | 2009-05-19 15:52:42 +0200 |
commit | bba831e80fd15f439ac694950759032a8c71793b (patch) | |
tree | 61769b2a2112c24c5e96ceaf59092eeb33a62fbc /hw/ppc405_boards.c | |
parent | cris: First shot at qdev for CRIS interrupts. (diff) | |
download | qemu-bba831e80fd15f439ac694950759032a8c71793b.tar.gz qemu-bba831e80fd15f439ac694950759032a8c71793b.tar.xz qemu-bba831e80fd15f439ac694950759032a8c71793b.zip |
Remove obsolete BIOS_SIZE from sysemu.h
BIOS_SIZE is no longer needed by vl.c, so there's no point having it in
sysemu.h.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/ppc405_boards.c')
-rw-r--r-- | hw/ppc405_boards.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc405_boards.c b/hw/ppc405_boards.c index bc5f1cf853..0b4eb9333e 100644 --- a/hw/ppc405_boards.c +++ b/hw/ppc405_boards.c @@ -32,7 +32,6 @@ #include "qemu-log.h" #define BIOS_FILENAME "ppc405_rom.bin" -#undef BIOS_SIZE #define BIOS_SIZE (2048 * 1024) #define KERNEL_LOAD_ADDR 0x00000000 |