diff options
Diffstat (limited to 'board/hymod')
| -rw-r--r-- | board/hymod/u-boot.lds | 4 | ||||
| -rw-r--r-- | board/hymod/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/hymod/u-boot.lds b/board/hymod/u-boot.lds index 7afae0a62..5d1c2ad3c 100644 --- a/board/hymod/u-boot.lds +++ b/board/hymod/u-boot.lds @@ -113,7 +113,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } @@ -143,6 +143,6 @@ SECTIONS common/env_embedded.o (.ppcenv) } . = ALIGN(4); - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } diff --git a/board/hymod/u-boot.lds.debug b/board/hymod/u-boot.lds.debug index dc8c4e958..e88bd977d 100644 --- a/board/hymod/u-boot.lds.debug +++ b/board/hymod/u-boot.lds.debug @@ -109,7 +109,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } |