summaryrefslogtreecommitdiffstats
path: root/board/AtmarkTechno/suzaku/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/AtmarkTechno/suzaku/u-boot.lds')
-rw-r--r--board/AtmarkTechno/suzaku/u-boot.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/AtmarkTechno/suzaku/u-boot.lds b/board/AtmarkTechno/suzaku/u-boot.lds
index 00a8ef7ad9..cb90854a39 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 = . ;
}
OpenPOWER on IntegriCloud