From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Lange Date: Thu, 18 Aug 2005 16:19:58 +0200 Subject: [U-Boot-Users] Au1x00 PCMCIA support In-Reply-To: <1124365321.13487.17.camel@localhost.localdomain> References: <1124281535.16175.43.camel@localhost.localdomain> <43039516.4080203@corelatus.se> <1124344248.11376.0.camel@localhost.localdomain> <43044380.9070901@corelatus.se> <1124365321.13487.17.camel@localhost.localdomain> Message-ID: <4304990E.7040402@corelatus.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Matej Kupljen wrote: >Hi > > > >>dbau1000 supports this with current code. I have done no >>other modifications. >> >> > >Hmm. >I should only define CFG_CMD_IDE in the CONFIG_COMMANDS >and not the CFG_CMD_PCMCIA, right? > >Because if I enable CFG_CMD_PCMCIA I get a lot of >compile errors. > > All needed options are already set in include/configs/dbau1x00.h to use Compact Flash via PCMCIA. You do not need to add CFG_CMD_PCMCIA /Thomas