
5 Feb
2009
5 Feb
'09
9:58 p.m.
Increase your U-Boot image size by correcting TEXT_BASE (and CONFIG_SYS_MONITOR_BASE). Your additional printfs have blown your configured object size.
Matthias
Hello,
I am getting the following error if i add couple extra printf into u-boot.
Any idea why?
ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) ppc_4xx-ld: final link failed: Bad value make: *** [u-boot] Error 1
Thanks, Pawel