projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f94dc6
)
target-ppc: change the default RAM size to 128MB like other targets
author
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 24 Jan 2009 15:07:09 +0000
(15:07 +0000)
committer
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 24 Jan 2009 15:07:09 +0000
(15:07 +0000)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6418
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index d45c05df2d53b9e496771eab0ac8197a55681329..7df4749ee7ec285f1dc22076cb29ca4de5731e68 100644
(file)
--- 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