u-boot-brain/arch/arm
Ilya Yanok 076cd49ad1 arm926ejs: remove noop flush_dcache_all function
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_disable thus creating an infinite loop.

This patch removes noop implementation for flush_dcache_all, we already
have default one in arch/arm/lib/cache.c and it should be used instead.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Tested-by: Matthias Weisser <weisserm@arcor.de>
2011-12-19 17:52:43 +01:00
..
cpu arm926ejs: remove noop flush_dcache_all function 2011-12-19 17:52:43 +01:00
include/asm Coding Style cleanup 2011-12-19 12:03:40 +01:00
lib arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints 2011-12-11 13:56:57 +01:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00