ppc4xx: Rework 4xx cache support

New cache handling functions added and all existing functions
moved from start.S into seperate cache.S.

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese
2007-10-31 17:55:58 +01:00
parent 06713773da
commit 9b94ac61d2
8 changed files with 315 additions and 145 deletions

View File

@@ -22,7 +22,7 @@
*/
#include <common.h>
#include <asm/cache.h>
void flush_cache (ulong start_addr, ulong size)
{