
--- On Fri, 1/23/09, Kim Phillips kim.phillips@freescale.com wrote:
From: Kim Phillips kim.phillips@freescale.com Subject: Re: [U-Boot] [PATCH v5] mpc83xx: New board support for SIMPC8313 To: "Ron Madrid" ron_madrid@sbcglobal.net Cc: u-boot@lists.denx.de Date: Friday, January 23, 2009, 12:36 PM 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:
Please forgive my ignorance, but how can I go about fixing this? How do I determine my toolchain and how can I use the same one you are referring to? Are there any documents that can point me in the right direction?
Also, this seems strange that they should have different sizes when being built as they have always been identical sizes for my builds. But I'll determine the reason for this soon.
Ron