diff options
Diffstat (limited to 'board/cray/L1')
-rw-r--r-- | board/cray/L1/u-boot.lds | 1 | ||||
-rw-r--r-- | board/cray/L1/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/board/cray/L1/u-boot.lds b/board/cray/L1/u-boot.lds index ec5e8f6..cf4bbb9 100644 --- a/board/cray/L1/u-boot.lds +++ b/board/cray/L1/u-boot.lds @@ -89,6 +89,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/cray/L1/u-boot.lds.debug b/board/cray/L1/u-boot.lds.debug index d483424..1608f8c 100644 --- a/board/cray/L1/u-boot.lds.debug +++ b/board/cray/L1/u-boot.lds.debug @@ -74,6 +74,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |