diff options
Diffstat (limited to 'board/davinci/da8xxevm/u-boot-spl-hawk.lds')
-rw-r--r-- | board/davinci/da8xxevm/u-boot-spl-hawk.lds | 5 |
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 d49c3144904..299226b95fa 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) + } } |