From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 5 Jan 2012 12:44:02 -0600 Subject: [U-Boot] add nand spl boot for qi_lb60 board In-Reply-To: <4F04EDCC.6080008@openmobilefree.net> References: <1325417461-13537-1-git-send-email-xiangfu@openmobilefree.net> <4F04CC32.6030309@freescale.com> <4F04CEB9.8010205@freescale.com> <4F04EDCC.6080008@openmobilefree.net> Message-ID: <4F05EF72.7000707@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/04/2012 06:24 PM, Xiangfu Liu wrote: > Hi > > yes. I have cpmpared this. but I can't find where is the problem. > attachment is the u-boot.map diff. > > after remove those 'extern' the u-boot-nand-spl is exact same. binary > file. map file both same. > but the u-boot.bin/map changed. > > Please help me take a look. 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