diff options
Diffstat (limited to 'board/genietv')
| -rw-r--r-- | board/genietv/u-boot.lds | 4 | ||||
| -rw-r--r-- | board/genietv/u-boot.lds.debug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/board/genietv/u-boot.lds b/board/genietv/u-boot.lds index 124b18351..b351a6811 100644 --- a/board/genietv/u-boot.lds +++ b/board/genietv/u-boot.lds @@ -83,7 +83,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } @@ -112,6 +112,6 @@ SECTIONS common/env_embedded.o (.ppcenv) } . = ALIGN(4); - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); } diff --git a/board/genietv/u-boot.lds.debug b/board/genietv/u-boot.lds.debug index e1cf24965..a3aeb604c 100644 --- a/board/genietv/u-boot.lds.debug +++ b/board/genietv/u-boot.lds.debug @@ -110,7 +110,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include <u-boot.lst> + KEEP(*(SORT(.u_boot_list*))); } |