From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Tue, 17 Feb 2009 09:54:51 +0100 Subject: [U-Boot] [PATCH 08/12] 83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1 In-Reply-To: <499A621C.5080503@denx.de> References: <4993184E.6010905@denx.de> <20090216193720.7234f37e.kim.phillips@freescale.com> <499A621C.5080503@denx.de> Message-ID: <499A7B5B.4030709@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Kim, Heiko Schocher wrote: > Kim Phillips wrote: >> On Wed, 11 Feb 2009 19:26:22 +0100 >> Heiko Schocher wrote: >> >>> + switch (svid) { >>> + case 0x0020: >> 'case' should be aligned directly under 'switch'. >> >>> +++ b/cpu/mpc83xx/start.S >>> @@ -137,6 +137,11 @@ get_pvr: >>> mfspr r3, PVR >>> blr >>> >>> + .globl get_svr >>> +get_svr: >>> + mfspr r3, SVR >>> + blr >>> + >> on a ./MAKEALL SIMPC8313_LP, I'm getting: >> >> powerpc-linux-gnu-ld: NAND bootstrap too big >> powerpc-linux-gnu-ld: NAND bootstrap too big >> make[1]: *** [/home/r1aaha/git/u-boot/nand_spl/u-boot-spl] Error 1 >> make: *** [nand_spl] Error 2 >> make: *** Waiting for unfinished jobs.... >> powerpc-linux-gnu-size: './u-boot': No such file > > Hmm.. with actual u-boot I get for this board (without my patches): > > [hs at pollux u-boot]$ ./MAKEALL SIMPC8313_LP > ...Large Page NAND...Configuring for SIMPC8313 board... > In file included from /home/hs/U-Boot-Patches/u-boot/include/config.h:5, > from include/common.h:35: > /home/hs/U-Boot-Patches/u-boot/include/configs/SIMPC8313.h:81:1: warning: "CONFIG_MAX_MEM_MAPPED" redefined > In file included from /home/hs/U-Boot-Patches/u-boot/include/config.h:4, > from include/common.h:35: > /home/hs/U-Boot-Patches/u-boot/include/asm/config.h:28:1: warning: this is the location of the previous definition > In file included from /home/hs/U-Boot-Patches/u-boot/include/config.h:5, > from start.S:30: > [...] I was to fast, i get the error (I just have to wait for the end of the above warnings): [hs at pollux u-boot]$ ./MAKEALL SIMPC8313_LP ...Large Page NAND...Configuring for SIMPC8313 board... In file included from /home/hs/U-Boot-Patches/u-boot/include/config.h:5, from include/common.h:35: [..] /home/hs/U-Boot-Patches/u-boot/include/asm/config.h:28:1: warning: this is the location of the previous definition ppc_82xx-ld: NAND bootstrap too big ppc_82xx-ld: NAND bootstrap too big make[1]: *** [/home/hs/U-Boot-Patches/u-boot/nand_spl/u-boot-spl] Fehler 1 make: *** [nand_spl] Fehler 2 make: *** Warte auf noch nicht beendete Prozesse... ppc_82xx-size: './u-boot': No such file [hs at pollux u-boot]$ I get this error just with actual u-boot. bye Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany