Phani Babu Giddi wrote:
Hi Marc,
In the last mail I forgot to CC it to coreboot. ldscript.ld for fallback is attached.
Regards, Phani
Your ldscript.ld looks the same as mine.
This line Seems to be the problem. gcc -m32 -Wl,--build-id=none -nostdlib -nostartfiles -static -o coreboot -T ldscript.ld crt0.o
How large is crt0.o? mine: -rw-r--r-- 1 marcj engnrg 12132 2008-02-22 15:18 fallback/crt0.o
You could try changing this line in your target Config.lb: option ROM_IMAGE_SIZE=64*1024
Make it 68K or 70K.
Marc