Commit 606aa683 authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

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

parent 0a58cf1a
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
/* We use a weird value for RAM, not just 0, for testing purposes. /* We use a weird value for RAM, not just 0, for testing purposes.
These must match the values used in the linker script. */ These must match the values used in the linker script. */
#define RAM_ADDR 0x8F000000 #define RAM_ADDR 0x8F000000
#define RAM_SIZE 0x01000000 #define RAM_SIZE 0x03000000
/* For <asm/page.h> */ /* For <asm/page.h> */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment