From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 28 Jan 2009 14:24:17 -0600 Subject: [U-Boot] [PATCH] mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build In-Reply-To: <20090128191802.855FB832E416@gemini.denx.de> References: <107578.37644.qm@web83507.mail.sp1.yahoo.com> <20090128191802.855FB832E416@gemini.denx.de> Message-ID: <4980BEF1.4040706@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > It fails for me, too, but differently: > > -> ./MAKEALL SIMPC8313_LP > ...Large Page NAND...Configuring for SIMPC8313 board... > ppc_5xx-ld: NAND bootstrap too big > ppc_5xx-ld: NAND bootstrap too big > make[1]: *** [/home/wd/git/u-boot/work/nand_spl/u-boot-spl] Error 1 > make: *** [nand_spl] Error 2 > make: *** Waiting for unfinished jobs.... We could cut out some bytes by making the large/small page distinction at compile-time rather than runtime. Also, some of the strings could be cut down in size, and we could use raw accessors plus explicit barriers. -Scott