aboutsummaryrefslogtreecommitdiff
path: root/board/dave/PPChameleonEVB/u-boot.lds
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-05-04 23:44:59 +0000
committerwdenk <wdenk>2005-05-04 23:44:59 +0000
commita710d4be80a110652b9cdad97ba8ccedc73b26d2 (patch)
treee9dfd7f26cd7a88d9770ab22b412d3070c8b9fa7 /board/dave/PPChameleonEVB/u-boot.lds
parent90dc67049df9db3469e6dfa6073d36b7ae848d05 (diff)
Use linker ASSERT statement to prevent undetected overlapping of
sections on PPChameleon board; other boards might use this, too.
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 269383848..d6117674b 100644
--- a/board/dave/PPChameleonEVB/u-boot.lds
+++ b/board/dave/PPChameleonEVB/u-boot.lds
@@ -140,6 +140,7 @@ SECTIONS
*(COMMON)
}
+ ppcenv_assert = ASSERT(. < 0xFFFF8000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CFG_MONITOR_BASE, CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
. = 0xFFFF8000;
.ppcenv :
{