Advertisement
Guest User

Untitled

a guest
Mar 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.38 KB | None | 0 0
  1. diff --git a/embed/firmware/memory_T.ld b/embed/firmware/memory_T.ld
  2. index e253c8ea..7ca3c0dd 100644
  3. --- a/embed/firmware/memory_T.ld
  4. +++ b/embed/firmware/memory_T.ld
  5. @@ -44,6 +44,7 @@ SECTIONS {
  6.  
  7.    .flash2 : ALIGN(512) {
  8.      build/firmware/frozen_mpy.o(.rodata*);
  9. +    build/firmware/vendor/secp256k1-zkp/src/secp256k1.o(.rodata*);
  10.      . = ALIGN(512);
  11.    } >FLASH2 AT>FLASH2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement