diff options
Diffstat (limited to 'board/davinci/da8xxevm/u-boot-spl-da850evm.lds')
-rw-r--r-- | board/davinci/da8xxevm/u-boot-spl-da850evm.lds | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds index 5480d1f..de21a13 100644 --- a/board/davinci/da8xxevm/u-boot-spl-da850evm.lds +++ b/board/davinci/da8xxevm/u-boot-spl-da850evm.lds @@ -49,5 +49,9 @@ SECTIONS } >.sram __image_copy_end = .; - _end = .; + + .end : + { + *(.__end) + } } |