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