diff options
Diffstat (limited to 'board/spd8xx')
| -rw-r--r-- | board/spd8xx/u-boot.lds | 4 | ||||
| -rw-r--r-- | board/spd8xx/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/spd8xx/u-boot.lds b/board/spd8xx/u-boot.lds index f69e39d58..58f2565f7 100644 --- a/board/spd8xx/u-boot.lds +++ b/board/spd8xx/u-boot.lds @@ -78,7 +78,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } @@ -102,6 +102,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } diff --git a/board/spd8xx/u-boot.lds.debug b/board/spd8xx/u-boot.lds.debug index 4155b604f..063f2cc92 100644 --- a/board/spd8xx/u-boot.lds.debug +++ b/board/spd8xx/u-boot.lds.debug @@ -110,7 +110,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } |