
On Thu, 22 Jan 2009 15:05:24 -0800 Ron Madrid ron_madrid@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@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@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