summaryrefslogtreecommitdiff
path: root/board/gaisler/grsim_leon2/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/gaisler/grsim_leon2/u-boot.lds')
-rw-r--r--board/gaisler/grsim_leon2/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/gaisler/grsim_leon2/u-boot.lds b/board/gaisler/grsim_leon2/u-boot.lds
index 63c15b9117..e57f734121 100644
--- a/board/gaisler/grsim_leon2/u-boot.lds
+++ b/board/gaisler/grsim_leon2/u-boot.lds
@@ -87,7 +87,7 @@ SECTIONS
. = ALIGN(4);
.u_boot_list : {
- #include <u-boot.lst>
+ KEEP(*(SORT(.u_boot_list*)));
}
.data :
@@ -133,7 +133,7 @@ SECTIONS
. = ALIGN(16); /* to speed clearing of bss up */
}
__bss_end = . ;
- __bss_end__ = . ;
+ __bss_end = . ;
PROVIDE (end = .);
/* Relocated into main memory */