From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 18 Oct 2011 11:52:20 +0200 Subject: [U-Boot] [PATCH] PPC: Cleanup tqm8xx_pcmcia.c In-Reply-To: <20111018063839.60939140797D@gemini.denx.de> References: <1317819115-9089-1-git-send-email-marek.vasut@gmail.com> <20111018063839.60939140797D@gemini.denx.de> Message-ID: <1318931540.26165.2.camel@konomi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Dear Marek Vasut, > > In message <1317819115-9089-1-git-send-email-marek.vasut@gmail.com> you > wrote: > > Signed-off-by: Marek Vasut > > --- > > drivers/pcmcia/tqm8xx_pcmcia.c |? 154 > > +++++++++++++++++++++------------------- 1 files changed, 81 > > insertions(+), 73 deletions(-) > > This commit causes new warnings on the virtlab2 board: > > Configuring for virtlab2 board... > tqm8xx_pcmcia.c: In function 'power_off': > tqm8xx_pcmcia.c:46: warning: passing argument 1 of 'out_be32' makes > pointer from integer without a cast tqm8xx_pcmcia.c: In function > 'power_on_5_0': tqm8xx_pcmcia.c:52: warning: passing argument 1 of > 'out_be32' makes pointer from integer without a cast tqm8xx_pcmcia.c: In > function 'power_on_3_3': tqm8xx_pcmcia.c:58: warning: passing argument 1 > of 'out_be32' makes pointer from integer without a cast > > > Why did you not run MAKEALL??? > > Please fix! > > Best regards, > > Wolfgang Denk Fix for this is in my patchqueue for a while now. I'm still hunting down those +/- four byte growths/decreases though. I suspect the fact that such things happens is because the optimization graph is too complicated and gcc4.2 can't cope with it anymore.