diff options
author | Stefan Roese <sr@denx.de> | 2008-03-27 10:09:05 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-27 10:09:05 +0100 |
commit | c664bf8c3c9bb9e236891f0d8dfda883e86d159b (patch) | |
tree | dc46a0ba64c67a805c260efacc500cf498a426a5 /board/amcc | |
parent | d56a3ce179688cde61073a3690e21703d68fafd7 (diff) | |
download | u-boot-imx-c664bf8c3c9bb9e236891f0d8dfda883e86d159b.zip u-boot-imx-c664bf8c3c9bb9e236891f0d8dfda883e86d159b.tar.gz u-boot-imx-c664bf8c3c9bb9e236891f0d8dfda883e86d159b.tar.bz2 |
ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc')
-rw-r--r-- | board/amcc/canyonlands/u-boot.lds | 2 |
1 files changed, 0 insertions, 2 deletions
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 = .); } |