ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
authorStefan Roese <sr@denx.de>
Thu, 27 Mar 2008 09:09:05 +0000 (10:09 +0100)
committerStefan Roese <sr@denx.de>
Thu, 27 Mar 2008 09:09:05 +0000 (10:09 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
board/amcc/canyonlands/u-boot.lds

index 7496f48..3df6ad4 100644 (file)
@@ -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 = .);
 }