[PATCH][v850] Triple the memory size used on the v850 gdb simulator

From: Miles Bader
Date: Mon Oct 06 2003 - 00:31:09 EST


Linus, please apply.

diff -ruN -X../cludes linux-2.6.0-test6-moo/include/asm-v850/sim.h linux-2.6.0-test6-moo-v850-20031006/include/asm-v850/sim.h
--- linux-2.6.0-test6-moo/include/asm-v850/sim.h 2003-06-16 14:53:02.000000000 +0900
+++ linux-2.6.0-test6-moo-v850-20031006/include/asm-v850/sim.h 2003-10-03 18:21:48.000000000 +0900
@@ -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> */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/