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