From 7481266e4e4a1488ab197cc7beecd6eda0c34ffb Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 12 Dec 2005 16:06:05 +0100 Subject: --- board/sandburst/karef/u-boot.lds | 1 + board/sandburst/karef/u-boot.lds.debug | 1 + board/sandburst/metrobox/u-boot.lds | 1 + board/sandburst/metrobox/u-boot.lds.debug | 1 + 4 files changed, 4 insertions(+) (limited to 'board/sandburst') diff --git a/board/sandburst/karef/u-boot.lds b/board/sandburst/karef/u-boot.lds index 27c5ee1c38..9e9e99045f 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 83004aa85e..47d80fae1b 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) } diff --git a/board/sandburst/metrobox/u-boot.lds b/board/sandburst/metrobox/u-boot.lds index e0795db061..a17401af92 100644 --- a/board/sandburst/metrobox/u-boot.lds +++ b/board/sandburst/metrobox/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/metrobox/u-boot.lds.debug b/board/sandburst/metrobox/u-boot.lds.debug index 2b42ce495e..fef4c4220c 100644 --- a/board/sandburst/metrobox/u-boot.lds.debug +++ b/board/sandburst/metrobox/u-boot.lds.debug @@ -84,6 +84,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } -- cgit v1.2.3