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

Kim Phillips kim.phillips at freescale.com
Fri Jan 23 21:36:29 CET 2009


On Thu, 22 Jan 2009 15:05:24 -0800
Ron Madrid <ron_madrid at sbcglobal.net> wrote:

> +ENTRY(_start)
> +ASSERT(_end <= 0xfff01000, "NAND bootstrap too big");

Ron, the above gets asserted when building for large page nand with a
gcc 4.1.2 based toolchain:

[kim at beaut u-boot (next)]$ ./MAKEALL SIMPC8313_SP
...Small Page NAND...Configuring for SIMPC8313 board...
   text	   data	    bss	    dec	    hex	filename
 250704	  20964	  28472	 300140	  4946c	./u-boot
[kim at beaut u-boot (next)]$ ./MAKEALL SIMPC8313_LP
...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
make: *** Waiting for unfinished jobs....
size: './u-boot': No such file

Kim


More information about the U-Boot mailing list