diff options
Diffstat (limited to 'board/netvia')
| -rw-r--r-- | board/netvia/u-boot.lds | 4 | ||||
| -rw-r--r-- | board/netvia/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/netvia/u-boot.lds b/board/netvia/u-boot.lds index cdc1fdac2..03891e937 100644 --- a/board/netvia/u-boot.lds +++ b/board/netvia/u-boot.lds @@ -69,7 +69,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } @@ -93,6 +93,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } diff --git a/board/netvia/u-boot.lds.debug b/board/netvia/u-boot.lds.debug index 6cbf4dc66..3243fc0f3 100644 --- a/board/netvia/u-boot.lds.debug +++ b/board/netvia/u-boot.lds.debug @@ -109,7 +109,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } |