diff options
Diffstat (limited to 'board/sandburst/karef')
| -rw-r--r-- | board/sandburst/karef/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/sandburst/karef/u-boot.lds.debug | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/board/sandburst/karef/u-boot.lds b/board/sandburst/karef/u-boot.lds index 27c5ee1c3..9e9e99045 100644 --- a/board/sandburst/karef/u-boot.lds +++ b/board/sandburst/karef/u-boot.lds @@ -95,6 +95,7 @@ SECTIONS      *(.rodata)      *(.rodata1)      *(.rodata.str1.4) +    *(.eh_frame)    }    .fini      : { *(.fini)    } =0    .ctors     : { *(.ctors)   } diff --git a/board/sandburst/karef/u-boot.lds.debug b/board/sandburst/karef/u-boot.lds.debug index 83004aa85..47d80fae1 100644 --- a/board/sandburst/karef/u-boot.lds.debug +++ b/board/sandburst/karef/u-boot.lds.debug @@ -84,6 +84,7 @@ SECTIONS      *(.rodata)      *(.rodata1)      *(.rodata.str1.4) +    *(.eh_frame)    }    .fini      : { *(.fini)    } =0    .ctors     : { *(.ctors)   } |