diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-12 16:06:05 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-12 16:06:05 +0100 |
commit | 7481266e4e4a1488ab197cc7beecd6eda0c34ffb (patch) | |
tree | 815742a284bfb6ccdd47df0e317e61baa7322645 /board/svm_sc8xx | |
parent | a889bd27ef2a9c01eb5b10d067765545781efa0a (diff) |
Diffstat (limited to 'board/svm_sc8xx')
-rw-r--r-- | board/svm_sc8xx/u-boot.lds | 1 | ||||
-rw-r--r-- | board/svm_sc8xx/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/board/svm_sc8xx/u-boot.lds b/board/svm_sc8xx/u-boot.lds index 5d4b8bfb899..d7f7dc13292 100644 --- a/board/svm_sc8xx/u-boot.lds +++ b/board/svm_sc8xx/u-boot.lds @@ -80,6 +80,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/svm_sc8xx/u-boot.lds.debug b/board/svm_sc8xx/u-boot.lds.debug index f34c2a43937..894b9bd25b7 100644 --- a/board/svm_sc8xx/u-boot.lds.debug +++ b/board/svm_sc8xx/u-boot.lds.debug @@ -74,6 +74,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |