summaryrefslogtreecommitdiff
path: root/board/gen860t/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/gen860t/u-boot.lds')
-rw-r--r--board/gen860t/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds
index dd89c70f56..08fb4aa1fd 100644
--- a/board/gen860t/u-boot.lds
+++ b/board/gen860t/u-boot.lds
@@ -74,7 +74,7 @@ SECTIONS
. = ALIGN(4);
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
@@ -98,6 +98,6 @@ SECTIONS
*(COMMON)
. = ALIGN(4);
}
- __bss_end__ = . ;
+ __bss_end = . ;
PROVIDE (end = .);
}