summaryrefslogtreecommitdiff
path: root/board/spd8xx
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-12-12 15:06:05 (GMT)
committerWolfgang Denk <wd@pollux.(none)>2005-12-12 15:06:05 (GMT)
commit7481266e4e4a1488ab197cc7beecd6eda0c34ffb (patch)
tree815742a284bfb6ccdd47df0e317e61baa7322645 /board/spd8xx
parenta889bd27ef2a9c01eb5b10d067765545781efa0a (diff)
downloadu-boot-fsl-qoriq-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.xz
Diffstat (limited to 'board/spd8xx')
-rw-r--r--board/spd8xx/u-boot.lds1
-rw-r--r--board/spd8xx/u-boot.lds.debug2
2 files changed, 3 insertions, 0 deletions
diff --git a/board/spd8xx/u-boot.lds b/board/spd8xx/u-boot.lds
index 0d98198..f9150ab 100644
--- a/board/spd8xx/u-boot.lds
+++ b/board/spd8xx/u-boot.lds
@@ -66,6 +66,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
+ *(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
diff --git a/board/spd8xx/u-boot.lds.debug b/board/spd8xx/u-boot.lds.debug
index 0245f78..650572d 100644
--- a/board/spd8xx/u-boot.lds.debug
+++ b/board/spd8xx/u-boot.lds.debug
@@ -75,6 +75,8 @@ SECTIONS
{
*(.rodata)
*(.rodata1)
+ *(.rodata.str1.4)
+ *(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }