
31 Aug
2011
31 Aug
'11
4:34 p.m.
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_DCACHE_OFF # error "this driver sucks: define CONFIG_SYS_DCACHE_OFF until it is fixed" #endif -mike