summaryrefslogtreecommitdiff
path: root/board/flagadm
diff options
context:
space:
mode:
Diffstat (limited to 'board/flagadm')
-rw-r--r--board/flagadm/u-boot.lds4
-rw-r--r--board/flagadm/u-boot.lds.debug2
2 files changed, 3 insertions, 3 deletions
diff --git a/board/flagadm/u-boot.lds b/board/flagadm/u-boot.lds
index c8d38942c9..a1481c8699 100644
--- a/board/flagadm/u-boot.lds
+++ b/board/flagadm/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/flagadm/u-boot.lds.debug b/board/flagadm/u-boot.lds.debug
index 92796e6744..614bbb20b6 100644
--- a/board/flagadm/u-boot.lds.debug
+++ b/board/flagadm/u-boot.lds.debug
@@ -109,7 +109,7 @@ SECTIONS
. = ALIGN(4);
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}