[U-Boot] [PATCH] at91sam9263ek: add mmc support

2014-01-27 Thread Andreas Henriksson
revision at91sam9263ek (which must use dataflash in slot0 to boot). CONFIG_ATMEL_MCI_PORTB not tested. Signed-off-by: Andreas Henriksson --- arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c | 26 + board/atmel/at91sam9263ek/at91sam9263ek.c | 10 include

[U-Boot] [PATCH] at91 gpio: fix typo in compatibility macro

2014-01-30 Thread Andreas Henriksson
It's called _pio_ in the version that was added to git. Apparently it got renamed without updating the macros before it was applied, c.f. http://u-boot.10912.n7.nabble.com/U-Boot-PATCH-3-9-V3-add-a-new-AT91-GPIO-driver-td75922.html Signed-off-by: Andreas Henriksson --- arch/arm/include/asm