Advertisement
Guest User

main_ram vs sram

a guest
Sep 29th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. eastein@amontillado ~/git/litex-buildenv/third_party/micropython/ports/fupy :) master $ git diff
  2. diff --git a/ports/fupy/litex.ld b/ports/fupy/litex.ld
  3. index af0e97a..ea9a6a4 100644
  4. --- a/ports/fupy/litex.ld
  5. +++ b/ports/fupy/litex.ld
  6. @@ -51,7 +51,7 @@ SECTIONS
  7. _ebss = .;
  8. _end = .;
  9. end = .;
  10. - } > sram
  11. + } > main_ram
  12. }
  13.  
  14. -PROVIDE(_fstack = ORIGIN(sram) + LENGTH(sram) - 4);
  15. +PROVIDE(_fstack = ORIGIN(main_ram) + LENGTH(sram) - 4);
  16. eastein@amontillado ~/git/litex-buildenv/third_party/micropython/ports/fupy :) master $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement