On Wed, 09 Sep 2009 09:06 +0200, Konrad Mattheis wrote :
> Hi Albin,
> 
> 
> >Someone encoutered the same issue: 
> >http://lists.denx.de/pipermail/u-boot/2009-September/059684.html
> >This is because the patch is based on a change that was part of another 
> >patch that added support to a new >board. You can work around this easily: 
> >in at91sam9260_devices.c, simply replace
> 
> >#if defined(CONFIG_HAS_DATAFLASH) || defined(CONFIG_ATMEL_SPI)
> 
> >with
> 
> >#if defined(CONFIG_HAS_DATAFLASH)
> 
> >and the patch should then apply cleanly. Please let me know if that still 
> >doesn't work.
> Yes this patch apply cleanly, but I had problems on my samg20ek to get the 
> mmc working.
> On the command mmc init, it always say no mmc card foung.

What modifications have you done to your code after applying the patch?
Providing the diff would help spotting potential errors

> So I tried now to apply your new Patch V3. What is the Base
> of this patch (I tried again u-boot 2009.08) Is there a better
> way to download the version with git?

It applies on top of 
http://lists.denx.de/pipermail/u-boot/2009-September/060053.html
The best base to apply those patches is the current master branch of the git
repository (git://git.denx.de/u-boot.git)

Regards,
-- 
Albin Tonnerre, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to