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.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds
index ab65407..61d1154 100644
--- a/board/vpac270/u-boot-spl.lds
+++ b/board/vpac270/u-boot-spl.lds
@@ -54,7 +54,7 @@ SECTIONS
. = ALIGN(4);
.data : {
- *(.data)
+ *(.data*)
}
. = ALIGN(4);
@@ -78,7 +78,7 @@ SECTIONS
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
- *(.bss)
+ *(.bss*)
. = ALIGN(4);
__bss_end = .;
}