summaryrefslogtreecommitdiffstats
path: root/board/davinci/da8xxevm/u-boot-spl-hawk.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/davinci/da8xxevm/u-boot-spl-hawk.lds')
-rw-r--r--board/davinci/da8xxevm/u-boot-spl-hawk.lds5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-hawk.lds b/board/davinci/da8xxevm/u-boot-spl-hawk.lds
index d49c314490..299226b95f 100644
--- a/board/davinci/da8xxevm/u-boot-spl-hawk.lds
+++ b/board/davinci/da8xxevm/u-boot-spl-hawk.lds
@@ -61,5 +61,8 @@ SECTIONS
__bss_end = .;
}
- _end = .;
+ .end :
+ {
+ *(.__end)
+ }
}
OpenPOWER on IntegriCloud