diff options
author | wdenk | 2003-06-25 22:26:29 +0000 |
---|---|---|
committer | wdenk | 2003-06-25 22:26:29 +0000 |
commit | b783edaee8252bfdba3f7b3fd29519a81ce71e42 (patch) | |
tree | 6993a909d2c21a3f07c51020edcc202a5697da91 /board/siemens | |
parent | a300d83cb8ad20b844e957587705675e9ac14147 (diff) |
* Header file cleanup for ARM
* Patch by Murray Jensen, 24 Jun 2003:
- make sure to use only U-boot provided header files
- fix problems with ".rodata.str1.4" section as used by GCC-3.x
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/CCM/u-boot.lds | 1 | ||||
-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 |
4 files changed, 4 insertions, 0 deletions
diff --git a/board/siemens/CCM/u-boot.lds b/board/siemens/CCM/u-boot.lds index ac50e03dfb8..4b0129f0f35 100644 --- a/board/siemens/CCM/u-boot.lds +++ b/board/siemens/CCM/u-boot.lds @@ -76,6 +76,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/IAD210/u-boot.lds b/board/siemens/IAD210/u-boot.lds index 101e2b30022..15366d561a6 100644 --- a/board/siemens/IAD210/u-boot.lds +++ b/board/siemens/IAD210/u-boot.lds @@ -74,6 +74,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/SCM/u-boot.lds b/board/siemens/SCM/u-boot.lds index 5df4cdb321c..9d56f13a021 100644 --- a/board/siemens/SCM/u-boot.lds +++ b/board/siemens/SCM/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS . = ALIGN(16); *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/siemens/pcu_e/u-boot.lds b/board/siemens/pcu_e/u-boot.lds index 6e5252cf7f0..37648781cc5 100644 --- a/board/siemens/pcu_e/u-boot.lds +++ b/board/siemens/pcu_e/u-boot.lds @@ -65,6 +65,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |