diff options
Diffstat (limited to 'board/AtmarkTechno/suzaku/u-boot.lds')
-rw-r--r-- | board/AtmarkTechno/suzaku/u-boot.lds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/AtmarkTechno/suzaku/u-boot.lds b/board/AtmarkTechno/suzaku/u-boot.lds index 00a8ef7..cb90854 100644 --- a/board/AtmarkTechno/suzaku/u-boot.lds +++ b/board/AtmarkTechno/suzaku/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS { __bss_start = .; *(.bss) - __bss_start = .; + __bss_end = .; } + __end = . ; } |