From: Stefan Roese Date: Thu, 27 Mar 2008 09:09:05 +0000 (+0100) Subject: ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) X-Git-Tag: v2008.10-rc1~507^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c664bf8c3c9bb9e236891f0d8dfda883e86d159b;p=platform%2Fkernel%2Fu-boot.git ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) Signed-off-by: Stefan Roese --- diff --git a/board/amcc/canyonlands/u-boot.lds b/board/amcc/canyonlands/u-boot.lds index 7496f48..3df6ad4 100644 --- a/board/amcc/canyonlands/u-boot.lds +++ b/board/amcc/canyonlands/u-boot.lds @@ -139,8 +139,6 @@ 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."); - _end = . ; PROVIDE (end = .); }