projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56a3ce
)
ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
author
Stefan Roese
<sr@denx.de>
Thu, 27 Mar 2008 09:09:05 +0000
(10:09 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/board/amcc/canyonlands/u-boot.lds
b/board/amcc/canyonlands/u-boot.lds
index 7496f485ea6ed7b67d543388717084c0e2386aa1..3df6ad4f4d1b614663be42552a2a7d956056e7b9 100644
(file)
--- 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 = .);
}