summaryrefslogtreecommitdiff
path: root/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/davinci/da8xxevm/u-boot-spl-da850evm.lds')
-rw-r--r--board/davinci/da8xxevm/u-boot-spl-da850evm.lds7
1 files changed, 1 insertions, 6 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
index c5fd93c0f7..bc34fb5819 100644
--- a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
+++ b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
@@ -49,11 +49,6 @@ SECTIONS
.data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
. = ALIGN(4);
- .u_boot_list : {
- #include <u-boot.lst>
- } >.sram
-
- . = ALIGN(4);
.rel.dyn : {
__rel_dyn_start = .;
*(.rel*)
@@ -71,7 +66,7 @@ SECTIONS
__bss_start = .;
*(.bss*)
. = ALIGN(4);
- __bss_end__ = .;
+ __bss_end = .;
} >.sram
__image_copy_end = .;