u-boot-brain/arch/arm/cpu
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
..
arm720t Reduce build times 2011-11-03 20:44:58 +01:00
arm920t Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c 2011-12-09 10:32:49 +01:00
arm925t Reduce build times 2011-11-03 20:44:58 +01:00
arm926ejs arm926ejs: remove noop flush_dcache_all function 2011-12-19 17:52:43 +01:00
arm946es Reduce build times 2011-11-03 20:44:58 +01:00
arm1136 MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
arm1176 Reduce build times 2011-11-03 20:44:58 +01:00
arm_intcm Reduce build times 2011-11-03 20:44:58 +01:00
armv7 USB: MX5: add helper functions to enable USB clocks 2011-12-11 14:49:25 +01:00
ixp Reduce build times 2011-11-03 20:44:58 +01:00
lh7a40x Reduce build times 2011-11-03 20:44:58 +01:00
pxa pxa: activate the first usb host port on pxa27x by default 2011-12-11 14:41:05 +01:00
s3c44b0 Reduce build times 2011-11-03 20:44:58 +01:00
sa1100 Reduce build times 2011-11-03 20:44:58 +01:00