diff options
author | Wolfgang Denk | 2005-12-12 16:06:05 +0100 |
---|---|---|
committer | Wolfgang Denk | 2005-12-12 16:06:05 +0100 |
commit | 7481266e4e4a1488ab197cc7beecd6eda0c34ffb (patch) | |
tree | 815742a284bfb6ccdd47df0e317e61baa7322645 /board/sandburst/karef | |
parent | a889bd27ef2a9c01eb5b10d067765545781efa0a (diff) |
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 27c5ee1c380..9e9e99045ff 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 83004aa85ee..47d80fae1b6 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) } |