diff options
author | Drew Barbier <dbarbi1@gmail.com> | 2017-11-21 13:09:01 -0600 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-11-21 11:16:10 -0800 |
commit | 9749ffe737a49aa19b65839c3bab2c598aeba4dc (patch) | |
tree | 187ccea410d9d7948fca6cb7966f23db316f896e | |
parent | 8a9277f6608e5a64cd9f2410f8fdfe5afd637098 (diff) |
The E31 and E51 have 16KiB of RAM
-rw-r--r-- | bsp/env/coreplexip-e31-arty/dhrystone.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/env/coreplexip-e31-arty/dhrystone.lds b/bsp/env/coreplexip-e31-arty/dhrystone.lds index 4f7c0ec..5484c5a 100644 --- a/bsp/env/coreplexip-e31-arty/dhrystone.lds +++ b/bsp/env/coreplexip-e31-arty/dhrystone.lds @@ -5,7 +5,7 @@ ENTRY( _start ) MEMORY { flash (rxai!w) : ORIGIN = 0x40400000, LENGTH = 512M - ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 64K + ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 16K } PHDRS |