Commit fc2e7aa3f17e1230f57eec6a0f54091262d08e48

Authored by aurel32
1 parent 4f94dc64

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
Showing 1 changed file with 0 additions and 4 deletions
@@ -161,11 +161,7 @@ @@ -161,11 +161,7 @@
161 # define LOG_IOPORT(...) do { } while (0) 161 # define LOG_IOPORT(...) do { } while (0)
162 #endif 162 #endif
163 163
164 -#ifdef TARGET_PPC  
165 -#define DEFAULT_RAM_SIZE 144  
166 -#else  
167 #define DEFAULT_RAM_SIZE 128 164 #define DEFAULT_RAM_SIZE 128
168 -#endif  
169 165
170 /* Max number of USB devices that can be specified on the commandline. */ 166 /* Max number of USB devices that can be specified on the commandline. */
171 #define MAX_USB_CMDLINE 8 167 #define MAX_USB_CMDLINE 8