summaryrefslogtreecommitdiffstats
path: root/board/LEOX
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-12-12 16:06:05 +0100
committerWolfgang Denk <wd@pollux.(none)>2005-12-12 16:06:05 +0100
commit7481266e4e4a1488ab197cc7beecd6eda0c34ffb (patch)
tree815742a284bfb6ccdd47df0e317e61baa7322645 /board/LEOX
parenta889bd27ef2a9c01eb5b10d067765545781efa0a (diff)
downloadblackbird-obmc-uboot-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.gz
blackbird-obmc-uboot-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.zip
Diffstat (limited to 'board/LEOX')
-rw-r--r--board/LEOX/elpt860/u-boot.lds1
-rw-r--r--board/LEOX/elpt860/u-boot.lds.debug2
2 files changed, 3 insertions, 0 deletions
diff --git a/board/LEOX/elpt860/u-boot.lds b/board/LEOX/elpt860/u-boot.lds
index 7c91a2afc7..b09fc3390a 100644
--- a/board/LEOX/elpt860/u-boot.lds
+++ b/board/LEOX/elpt860/u-boot.lds
@@ -91,6 +91,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
+ *(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
diff --git a/board/LEOX/elpt860/u-boot.lds.debug b/board/LEOX/elpt860/u-boot.lds.debug
index 269e8d90ce..6f5af91fd1 100644
--- a/board/LEOX/elpt860/u-boot.lds.debug
+++ b/board/LEOX/elpt860/u-boot.lds.debug
@@ -83,6 +83,8 @@ SECTIONS
{
*(.rodata)
*(.rodata1)
+ *(.rodata.str1.4)
+ *(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
OpenPOWER on IntegriCloud