summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-24 15:07:09 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-24 15:07:09 +0000
commitfc2e7aa3f17e1230f57eec6a0f54091262d08e48 (patch)
treecbf9a083cdc5912066fd71832142f7c7a2177d47 /vl.c
parent4f94dc644e738f8cfa37160b6cae670334146e75 (diff)
downloadqemu-fc2e7aa3f17e1230f57eec6a0f54091262d08e48.tar.gz
target-ppc: change the default RAM size to 128MB like other targets
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6418 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vl.c b/vl.c
index d45c05df2d..7df4749ee7 100644
--- a/vl.c
+++ b/vl.c
@@ -161,11 +161,7 @@
# define LOG_IOPORT(...) do { } while (0)
#endif
-#ifdef TARGET_PPC
-#define DEFAULT_RAM_SIZE 144
-#else
#define DEFAULT_RAM_SIZE 128
-#endif
/* Max number of USB devices that can be specified on the commandline. */
#define MAX_USB_CMDLINE 8