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