]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Add dcache_enable() for 440
authorStefan Roese <sr@denx.de>
Fri, 18 Apr 2008 14:41:31 +0000 (16:41 +0200)
committerStefan Roese <sr@denx.de>
Tue, 22 Apr 2008 10:26:33 +0000 (12:26 +0200)
commit8deafdc6ad368368cf03b58cab4bd39f45d64b5c
treef92307a0ae59cfdbbd35d38af0fa489fd1571d4a
parente1d09680f64b452adde89ed9fe28a77c56bedc9a
ppc4xx: Add dcache_enable() for 440

dcache_enable() was missing for 440 and the patch
017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
"] behavior uses this function.

Note: Currently the cache handling functions like
d/icache_disable/enable() are NOP's on 440. This may be changed in the
future.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/cache.S