From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miles Date: Mon, 19 Apr 2004 21:58:35 -0700 Subject: [U-Boot-Users] [PATCH] support for CF/IDE on PCMCIA for PXA25X In-Reply-To: <1080814283.1850.24.camel@absolute> References: <1080814283.1850.24.camel@absolute> Message-ID: <200404192158.35662.dave@minervatech.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de We just got this working on our custom hardware. Thanks for your excellent work. One comment about the README. We had to #define CONFIG_IDE_PCMCIA 1 before the ide interface would hook in. Should this be added to the readme? Best Regards, Dave On Thursday 01 April 2004 02:11, Christian Pell wrote: > Hi, I tried this with some different CFs with FAT file-systems > on them. There is a README in the patch itself that goes in > documentation directory. > > Bye,