aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc_mac.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-19 14:52:42 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-19 14:52:42 +0100
commitbba831e80fd15f439ac694950759032a8c71793b (patch)
tree61769b2a2112c24c5e96ceaf59092eeb33a62fbc /hw/ppc_mac.h
parentfd6dc90ba0932f082ac8284cc957dd7efd89d014 (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_mac.h')
-rw-r--r--hw/ppc_mac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h
index 74d19a199..dc39338e8 100644
--- a/hw/ppc_mac.h
+++ b/hw/ppc_mac.h
@@ -28,6 +28,7 @@
/* SMP is not enabled, for now */
#define MAX_CPUS 1
+#define BIOS_SIZE (1024 * 1024)
#define BIOS_FILENAME "ppc_rom.bin"
#define VGABIOS_FILENAME "video.x"
#define NVRAM_SIZE 0x2000