From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 18 Nov 2007 18:16:58 +0100 Subject: [U-Boot-Users] [PATCH] Fix u16 status declaration when PCMCIA is defined In-Reply-To: <20071118193214.CE630243A9@gemini.denx.de> References: <20071118162829.GA4286@game.jcrosoft.org> <20071118193214.CE630243A9@gemini.denx.de> Message-ID: <20071118171658.GC4286@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20:32 Sun 18 Nov , Wolfgang Denk wrote: > In message <20071118162829.GA4286@game.jcrosoft.org> you wrote: > > > > I agree, but I've chose the same that the line 78. > > > > If you prefer I can as fallowing > > > > #if 0 > > #if defined(CONFIG_IDE_PCMCIA) > > > > ... > > > > #endif > > #endif > > Well, instead, we could as well remove the code. That would be much > cleaner. > > BTW - which board configuration is throwing warnings for you? On Mips incaip on cramfs, On arm evb4510, mx1ads(errors) , mx1fs2(errors), sbc2410x, adsvix, pleb2, wepep250, xm250, all ixp I will send a ppc status within the few hours ro tomorrow morming Best regards, J.