[U-Boot] [PATCH v3] mpc83xx: New board support SIMPC8313

Ron Madrid ron_madrid at sbcglobal.net
Thu Nov 20 23:33:43 CET 2008


> Hi Ron, while this looks good, it doesn't build on my system:
> 
> ...Small Page NAND...Configuring for SIMPC8313 board...
> ld: NAND bootstrap too big
> ld: NAND bootstrap too big
> 
> and large page nand fails identically:
> 
> ...Large Page NAND...Configuring for SIMPC8313 board...
> ld: NAND bootstrap too big
> ld: NAND bootstrap too big
> make[1]: *** [/home/kim/git/u-boot/nand_spl/u-boot-spl] Error 1
> make: *** [nand_spl] Error 2

I did not see this when I built before submitting my patch.  It seems to build
fine using ELDK version 4.1.  I just tried building with 4.2 and am
seeing the errors that you described.  For some reason, the 4.2 build has
about 48 extra bytes to it, and is once again putting me over the 4K
bootstrap limit.  I'm going to look into getting the size down, but that's a
decent number of bytes to try to optimize out.

Ron



More information about the U-Boot mailing list