diff options
author | wdenk <wdenk> | 2003-06-25 22:26:29 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-25 22:26:29 +0000 |
commit | b783edaee8252bfdba3f7b3fd29519a81ce71e42 (patch) | |
tree | 6993a909d2c21a3f07c51020edcc202a5697da91 /board/gen860t | |
parent | a300d83cb8ad20b844e957587705675e9ac14147 (diff) | |
download | u-boot-b783edaee8252bfdba3f7b3fd29519a81ce71e42.zip u-boot-b783edaee8252bfdba3f7b3fd29519a81ce71e42.tar.gz u-boot-b783edaee8252bfdba3f7b3fd29519a81ce71e42.tar.bz2 |
* Header file cleanup for ARMLABEL_2003_06_26_2220
* 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/gen860t')
-rw-r--r-- | board/gen860t/u-boot-flashenv.lds | 1 | ||||
-rw-r--r-- | board/gen860t/u-boot.lds | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/gen860t/u-boot-flashenv.lds b/board/gen860t/u-boot-flashenv.lds index 8b1ce1a..e95a6a1 100644 --- a/board/gen860t/u-boot-flashenv.lds +++ b/board/gen860t/u-boot-flashenv.lds @@ -67,6 +67,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index b67faa6..b7b190e 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -66,6 +66,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } |