diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-21 22:15:49 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-21 22:15:49 +0100 |
commit | ee1702d75a30d076139d1841383a1fa7220a0e11 (patch) | |
tree | b008c231b7d5e4e52ac49aec9a49bc73413aaf30 /board/netstar | |
parent | e60beb13cf0135dc71c541021487b5ccc4d269cb (diff) | |
parent | faac4fd852e39cb1d7a740801b060e41aeacef1f (diff) | |
download | talos-obmc-uboot-ee1702d75a30d076139d1841383a1fa7220a0e11.tar.gz talos-obmc-uboot-ee1702d75a30d076139d1841383a1fa7220a0e11.zip |
Merge branch 'next' of ../next
Diffstat (limited to 'board/netstar')
-rw-r--r-- | board/netstar/eeprom.lds | 2 | ||||
-rw-r--r-- | board/netstar/u-boot.lds | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/netstar/eeprom.lds b/board/netstar/eeprom.lds index f3be320df6..132476d502 100644 --- a/board/netstar/eeprom.lds +++ b/board/netstar/eeprom.lds @@ -36,7 +36,7 @@ SECTIONS } . = ALIGN(4); - .rodata : { *(.rodata) } + .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } . = ALIGN(4); .data : { *(.data) } diff --git a/board/netstar/u-boot.lds b/board/netstar/u-boot.lds index 5823f62f74..6a5510aa71 100644 --- a/board/netstar/u-boot.lds +++ b/board/netstar/u-boot.lds @@ -36,7 +36,7 @@ SECTIONS } . = ALIGN(4); - .rodata : { *(.rodata) } + .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } . = ALIGN(4); .data : { *(.data) } |