diff options
Diffstat (limited to 'board/stxgp3/u-boot.lds')
-rw-r--r-- | board/stxgp3/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/stxgp3/u-boot.lds b/board/stxgp3/u-boot.lds index badd6ecc572..3bc615021dc 100644 --- a/board/stxgp3/u-boot.lds +++ b/board/stxgp3/u-boot.lds @@ -96,6 +96,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |