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/emk | |
parent | a889bd27ef2a9c01eb5b10d067765545781efa0a (diff) | |
download | u-boot-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.gz u-boot-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.xz u-boot-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.zip |
Diffstat (limited to 'board/emk')
-rw-r--r-- | board/emk/top5200/u-boot.lds | 1 | ||||
-rw-r--r-- | board/emk/top860/u-boot.lds | 1 | ||||
-rw-r--r-- | board/emk/top860/u-boot.lds.debug | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/board/emk/top5200/u-boot.lds b/board/emk/top5200/u-boot.lds index 82622210ec..f23432ecfa 100644 --- a/board/emk/top5200/u-boot.lds +++ b/board/emk/top5200/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/emk/top860/u-boot.lds b/board/emk/top860/u-boot.lds index ed7515f2f8..b3747e4242 100644 --- a/board/emk/top860/u-boot.lds +++ b/board/emk/top860/u-boot.lds @@ -66,6 +66,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/emk/top860/u-boot.lds.debug b/board/emk/top860/u-boot.lds.debug index 8d91be585f..580575a5a2 100644 --- a/board/emk/top860/u-boot.lds.debug +++ b/board/emk/top860/u-boot.lds.debug @@ -75,6 +75,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |