Re: [U-Boot] [PATCH] at91rm9200ek.h: explicitly disable D-Cache

2011-08-31 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 31.08.2011 um 21:51 schrieb Reinhard Meyer: > Dear Andreas Bießmann, >> Commit c2dd0d45540397704de9b13287417d21049d34c6 enabled D-Cache for all >> arm devices explicitly. This renders at91_emac driver on at91rm9200ek >> unusable. >> >> This patch disables D-Cache for at91

Re: [U-Boot] [PATCH] at91rm9200ek.h: explicitly disable D-Cache

2011-08-31 Thread Reinhard Meyer
Dear Andreas Bießmann, > Commit c2dd0d45540397704de9b13287417d21049d34c6 enabled D-Cache for all > arm devices explicitly. This renders at91_emac driver on at91rm9200ek > unusable. > > This patch disables D-Cache for at91rm9200ek explicitly to get this > driver working again. As my experience, the

Re: [U-Boot] [PATCH] at91rm9200ek.h: explicitly disable D-Cache

2011-08-31 Thread Mike Frysinger
On Wednesday, August 31, 2011 01:36:13 Andreas Bießmann wrote: > Commit c2dd0d45540397704de9b13287417d21049d34c6 enabled D-Cache for all > arm devices explicitly. This renders at91_emac driver on at91rm9200ek > unusable. sounds like the at91_emac driver should get a small patch: #ifndef CONFIG_SYS

[U-Boot] [PATCH] at91rm9200ek.h: explicitly disable D-Cache

2011-08-30 Thread Andreas Bießmann
Commit c2dd0d45540397704de9b13287417d21049d34c6 enabled D-Cache for all arm devices explicitly. This renders at91_emac driver on at91rm9200ek unusable. This patch disables D-Cache for at91rm9200ek explicitly to get this driver working again. Signed-off-by: Andreas Bießmann --- include/configs/a