diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-19 14:52:42 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-19 14:52:42 +0100 |
commit | bba831e80fd15f439ac694950759032a8c71793b (patch) | |
tree | 61769b2a2112c24c5e96ceaf59092eeb33a62fbc /hw/ppc_prep.c | |
parent | fd6dc90ba0932f082ac8284cc957dd7efd89d014 (diff) |
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/ppc_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index b98c6c2002..a805c293e7 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -41,6 +41,7 @@ #define MAX_IDE_BUS 2 +#define BIOS_SIZE (1024 * 1024) #define BIOS_FILENAME "ppc_rom.bin" #define KERNEL_LOAD_ADDR 0x01000000 #define INITRD_LOAD_ADDR 0x01800000 |