
1 Oct
2009
1 Oct
'09
9:59 a.m.
Hi,
for me this is working:
Downloaded u-boot 2009.08
file cpu/arm926ejs/at91/at91sam9260_devices.c
changed:
#if defined(CONFIG_HAS_DATAFLASH)
to:
#if defined(CONFIG_HAS_DATAFLASH) || defined(CONFIG_ATMEL_SPI)
patches:
SOC headers: http://lists.denx.de/pipermail/u-boot/2009-September/060053.html
SD Patch V3 http://lists.denx.de/pipermail/u-boot/2009-September/060243.html
MCI support http://lists.denx.de/pipermail/u-boot/2009-August/059595.html
add to board init code:
at91_mciX_hw_init (X for mci unit 0 / 1) for parameters have a look at cpu/arm926ejs/at91/at91sam9260_devices.c
bye Konrad Mattheis