diff options
Diffstat (limited to 'board/AtmarkTechno/suzaku')
-rw-r--r-- | board/AtmarkTechno/suzaku/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AtmarkTechno/suzaku/u-boot.lds b/board/AtmarkTechno/suzaku/u-boot.lds index 93147fc..cb90854 100644 --- a/board/AtmarkTechno/suzaku/u-boot.lds +++ b/board/AtmarkTechno/suzaku/u-boot.lds @@ -63,4 +63,5 @@ SECTIONS *(.bss) __bss_end = .; } + __end = . ; } |