Skip to content
Snippets Groups Projects
Commit c664bf8c authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent d56a3ce1
No related branches found
No related tags found
No related merge requests found
......@@ -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 = .);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment