summaryrefslogtreecommitdiffstats
path: root/board/dave/PPChameleonEVB/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/dave/PPChameleonEVB/u-boot.lds')
-rw-r--r--board/dave/PPChameleonEVB/u-boot.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/dave/PPChameleonEVB/u-boot.lds b/board/dave/PPChameleonEVB/u-boot.lds
index 39bc654b67..d3e6df9b36 100644
--- a/board/dave/PPChameleonEVB/u-boot.lds
+++ b/board/dave/PPChameleonEVB/u-boot.lds
@@ -141,6 +141,7 @@ SECTIONS
*(.dynbss)
*(.bss)
*(COMMON)
+ . = ALIGN(4);
}
ppcenv_assert = ASSERT(. < 0xFFFF8000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_LEN and TEXT_BASE may need to be modified.");
OpenPOWER on IntegriCloud