summaryrefslogtreecommitdiffstats
path: root/board/icu862
diff options
context:
space:
mode:
Diffstat (limited to 'board/icu862')
-rw-r--r--board/icu862/u-boot.lds2
-rw-r--r--board/icu862/u-boot.lds.debug2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/icu862/u-boot.lds b/board/icu862/u-boot.lds
index 9ff187c481..6e4939b8bf 100644
--- a/board/icu862/u-boot.lds
+++ b/board/icu862/u-boot.lds
@@ -69,7 +69,7 @@ SECTIONS
. = ALIGN(4);
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
diff --git a/board/icu862/u-boot.lds.debug b/board/icu862/u-boot.lds.debug
index 3e075a85bd..9995288517 100644
--- a/board/icu862/u-boot.lds.debug
+++ b/board/icu862/u-boot.lds.debug
@@ -110,7 +110,7 @@ SECTIONS
. = ALIGN(4);
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
OpenPOWER on IntegriCloud