summaryrefslogtreecommitdiff
path: root/board/vpac270/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/vpac270/u-boot-spl.lds')
-rw-r--r--board/vpac270/u-boot-spl.lds6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds
index 20161a46a6..dc437d1f23 100644
--- a/board/vpac270/u-boot-spl.lds
+++ b/board/vpac270/u-boot-spl.lds
@@ -57,10 +57,6 @@ SECTIONS
*(.data)
}
- .u_boot_list : {
- #include <u-boot.lst>
- }
-
. = ALIGN(4);
.rel.dyn : {
@@ -82,7 +78,7 @@ SECTIONS
__bss_start = .;
*(.bss)
. = ALIGN(4);
- __bss_end__ = .;
+ __bss_end = .;
}
/DISCARD/ : { *(.bss*) }