
Julien May mailinglist@miromico.ch wrote:
On Thu, 24 Jul 2008, Haavard Skinnemoen wrote:
Done. I've also applied a couple of other fixes due to recent API changes, so it should at least build now.
Ah great!
Are those already committed to your hammerhead branch? Right now I couldn't pull anything new.
Maybe you can check those in so that I can pull and test the u-boot.
Hmm...they _should_ be there:
hskinnemoen@hskinnemo-gx745:~/work/u-boot/hammerhead$ git remote show avr32 * remote avr32 URL: git://git.denx.de/u-boot-avr32.git Tracked remote branches atmel-1.3.0 atmel-1.3.1 format-warnings hammerhead master spiflash stk1000-lcd hskinnemoen@hskinnemo-gx745:~/work/u-boot/hammerhead$ git show --stat avr32/hammerhead commit 50ca883c61c88f463fc4d8e635b7aa195fffdb65 Author: Haavard Skinnemoen haavard.skinnemoen@atmel.com Date: Thu Jul 24 09:44:01 2008 +0200
hammerhead: Define CONFIG_ATMEL_MCI
Since the MMC driver was moved into drivers/mmc, you now need to define CONFIG_ATMEL_MCI in addition to CONFIG_MMC to include it.
Signed-off-by: Haavard Skinnemoen haavard.skinnemoen@atmel.com
include/configs/hammerhead.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Haavard