diff options
author | Stefan Roese <sr@denx.de> | 2007-10-31 17:55:58 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:21:46 +0100 |
commit | 9b94ac61d2176185c30adf0793e079ec30e68687 (patch) | |
tree | f51a4467a3daffa8b5597eb9d783c944692f7d80 /lib_ppc | |
parent | 06713773da4ac3d390c63d82641eb553224b27c2 (diff) | |
download | u-boot-imx-9b94ac61d2176185c30adf0793e079ec30e68687.zip u-boot-imx-9b94ac61d2176185c30adf0793e079ec30e68687.tar.gz u-boot-imx-9b94ac61d2176185c30adf0793e079ec30e68687.tar.bz2 |
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>
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/cache.c b/lib_ppc/cache.c index a81ab5e..27e1a82 100644 --- a/lib_ppc/cache.c +++ b/lib_ppc/cache.c @@ -22,7 +22,7 @@ */ #include <common.h> - +#include <asm/cache.h> void flush_cache (ulong start_addr, ulong size) { |