From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 6 Jan 2012 13:05:31 -0600 Subject: [U-Boot] add nand spl boot for qi_lb60 board In-Reply-To: <4F06CA68.8020800@openmobilefree.net> References: <1325417461-13537-1-git-send-email-xiangfu@openmobilefree.net> <4F04CC32.6030309@freescale.com> <4F04CEB9.8010205@freescale.com> <4F04EDCC.6080008@openmobilefree.net> <4F05EF72.7000707@freescale.com> <4F06CA68.8020800@openmobilefree.net> Message-ID: <4F0745FB.1050205@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 On 01/06/2012 04:18 AM, Xiangfu Liu wrote: > On 01/06/2012 02:44 AM, Scott Wood wrote: >> Use "mips-whatever-objdump -dlrsh" on the good and bad u-boot binaries >> (or on any .o files you suspect may be relevant), to see more >> specifically what's different. >> >> You may also want to try compiling suspect files to assembly and >> comparing the differences there. >> >> -Scott > > thanks Scott. a working patch is coming soon. > > forget add CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to board configure head > file. That still doesn't explain how a few duplicate externs changed the resulting binary... -Scott