diff options
| author | Felipe Balbi <[email protected]> | 2025-11-17 16:36:19 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-11-17 16:36:19 -0800 |
| commit | 017c8020f56a996182788202c8bc9da1cf4d503a (patch) | |
| tree | c953f04faecd06123a7beb788d729fe10c705270 /examples/memory.x | |
| parent | 02285c2153d22f2c0c93a4ce920cdebc03f18658 (diff) | |
| parent | 62e297c130ac26afe4d7d5752bb79709bd370e39 (diff) | |
Merge remote-tracking branch 'odp/main' into james/impl-clocks
Diffstat (limited to 'examples/memory.x')
| -rw-r--r-- | examples/memory.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/memory.x b/examples/memory.x index 528545b64..315ced58a 100644 --- a/examples/memory.x +++ b/examples/memory.x | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | MEMORY | 1 | MEMORY |
| 2 | { | 2 | { |
| 3 | FLASH : ORIGIN = 0x20000000, LENGTH = 80K | 3 | FLASH : ORIGIN = 0x00000000, LENGTH = 1M |
| 4 | RAM : ORIGIN = 0x20014000, LENGTH = 48K | 4 | RAM : ORIGIN = 0x20000000, LENGTH = 128K |
| 5 | } | 5 | } |
