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/siemens | |
parent | a889bd27ef2a9c01eb5b10d067765545781efa0a (diff) |
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/CCM/u-boot.lds | 1 | ||||
-rw-r--r-- | board/siemens/CCM/u-boot.lds.debug | 2 | ||||
-rw-r--r-- | board/siemens/IAD210/u-boot.lds | 1 | ||||
-rw-r--r-- | board/siemens/SCM/u-boot.lds | 1 | ||||
-rw-r--r-- | board/siemens/pcu_e/u-boot.lds | 1 | ||||
-rw-r--r-- | board/siemens/pcu_e/u-boot.lds.debug | 2 |
6 files changed, 8 insertions, 0 deletions
diff --git a/board/siemens/CCM/u-boot.lds b/board/siemens/CCM/u-boot.lds index 8e58dbf7811..cdf550f67b5 100644 --- a/board/siemens/CCM/u-boot.lds +++ b/board/siemens/CCM/u-boot.lds @@ -77,6 +77,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/CCM/u-boot.lds.debug b/board/siemens/CCM/u-boot.lds.debug index 4e677216db9..3b50272ea65 100644 --- a/board/siemens/CCM/u-boot.lds.debug +++ b/board/siemens/CCM/u-boot.lds.debug @@ -74,6 +74,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/IAD210/u-boot.lds b/board/siemens/IAD210/u-boot.lds index d14cbf2e05d..42e1b83b95a 100644 --- a/board/siemens/IAD210/u-boot.lds +++ b/board/siemens/IAD210/u-boot.lds @@ -75,6 +75,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/SCM/u-boot.lds b/board/siemens/SCM/u-boot.lds index a486ab09e8d..05f29c6ed08 100644 --- a/board/siemens/SCM/u-boot.lds +++ b/board/siemens/SCM/u-boot.lds @@ -62,6 +62,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/pcu_e/u-boot.lds b/board/siemens/pcu_e/u-boot.lds index fe0e0ac1735..6505d455619 100644 --- a/board/siemens/pcu_e/u-boot.lds +++ b/board/siemens/pcu_e/u-boot.lds @@ -66,6 +66,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/pcu_e/u-boot.lds.debug b/board/siemens/pcu_e/u-boot.lds.debug index 153286be44d..828afbbced1 100644 --- a/board/siemens/pcu_e/u-boot.lds.debug +++ b/board/siemens/pcu_e/u-boot.lds.debug @@ -75,6 +75,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |