diff options
author | Drew Barbier <dbarbi1@gmail.com> | 2017-11-21 15:07:07 -0600 |
---|---|---|
committer | Drew Barbier <dbarbi1@gmail.com> | 2017-11-21 15:07:07 -0600 |
commit | ca6e471f389ca37d5c12bb35878eed7b9f6486ab (patch) | |
tree | 4f73f339b0fbc02eb52e8157bc129b8644e93c02 | |
parent | 311128e6aafa08b43b80529b0ab505d99dda7931 (diff) |
make some space for
-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 5484c5a..8f6527b 100644 --- a/bsp/env/coreplexip-e31-arty/dhrystone.lds +++ b/bsp/env/coreplexip-e31-arty/dhrystone.lds @@ -17,7 +17,7 @@ PHDRS SECTIONS { - __stack_size = DEFINED(__stack_size) ? __stack_size : 2K; + __stack_size = DEFINED(__stack_size) ? __stack_size : 1K; .init : { |