]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Triple the memory size used on the v850 gdb simulator
authorMiles Bader <miles@lsi.nec.co.jp>
Wed, 8 Oct 2003 01:16:27 +0000 (18:16 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 8 Oct 2003 01:16:27 +0000 (18:16 -0700)
include/asm-v850/sim.h

index 03a19cfd4b95b62b18f749cb7b30f2e75213d3e7..10236abbe9be7aca7fdfb04c4f28a1b1d3ee0aad 100644 (file)
@@ -25,7 +25,7 @@
 /* We use a weird value for RAM, not just 0, for testing purposes.
    These must match the values used in the linker script.  */
 #define RAM_ADDR               0x8F000000
-#define RAM_SIZE               0x01000000
+#define RAM_SIZE               0x03000000
 
 
 /* For <asm/page.h> */