diff options
| -rw-r--r-- | examples/rp/memory.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp/memory.x b/examples/rp/memory.x index aba861aae..6ed984938 100644 --- a/examples/rp/memory.x +++ b/examples/rp/memory.x | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | MEMORY { | 1 | MEMORY { |
| 2 | BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100 | 2 | BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100 |
| 3 | FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100 | 3 | FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100 |
| 4 | RAM : ORIGIN = 0x20000000, LENGTH = 256K | 4 | RAM : ORIGIN = 0x20000000, LENGTH = 264K |
| 5 | } \ No newline at end of file | 5 | } |
