Re: [U-Boot] [PATCH] arm926ejs: remove noop flush_dcache_all function

2011-12-13 Thread Tom Rini
2011/12/12 Matthias Weißer : > Am 12.12.2011 00:09, schrieb Ilya Yanok: > >> Commit 2f3427c added noop cache functions implementation for arm926ejs >> to fix compilation of drivers depending on these functions (DaVinci >> EMAC in particular). >> >> Unfortunately, the bug was introduced: noop implem

Re: [U-Boot] [PATCH] arm926ejs: remove noop flush_dcache_all function

2011-12-12 Thread Matthias Weißer
Am 12.12.2011 00:09, schrieb Ilya Yanok: > Commit 2f3427c added noop cache functions implementation for arm926ejs > to fix compilation of drivers depending on these functions (DaVinci > EMAC in particular). > > Unfortunately, the bug was introduced: noop implementation calls > dcache_disable which

[U-Boot] [PATCH] arm926ejs: remove noop flush_dcache_all function

2011-12-11 Thread Ilya Yanok
Commit 2f3427c added noop cache functions implementation for arm926ejs to fix compilation of drivers depending on these functions (DaVinci EMAC in particular). Unfortunately, the bug was introduced: noop implementation calls dcache_disable which calls flush_dcache_all which in turn calls dcache_di