diff options
Diffstat (limited to 'board/flagadm')
-rw-r--r-- | board/flagadm/u-boot.lds | 1 | ||||
-rw-r--r-- | board/flagadm/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/board/flagadm/u-boot.lds b/board/flagadm/u-boot.lds index d6bfb98e8a9..04995ea7563 100644 --- a/board/flagadm/u-boot.lds +++ b/board/flagadm/u-boot.lds @@ -66,6 +66,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/flagadm/u-boot.lds.debug b/board/flagadm/u-boot.lds.debug index f6f7cf4fa53..3165d563451 100644 --- a/board/flagadm/u-boot.lds.debug +++ b/board/flagadm/u-boot.lds.debug @@ -74,6 +74,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |