
27 Jun
2004
27 Jun
'04
2:12 a.m.
Hi,
this is a simple patch to fix comment in include/common.h. flash_cache() is not only for ppc. -- yashi
Index: include/common.h =================================================================== RCS file: /cvsroot/u-boot/u-boot/include/common.h,v retrieving revision 1.42 diff -u -r1.42 common.h --- include/common.h 9 Jun 2004 21:04:50 -0000 1.42 +++ include/common.h 27 Jun 2004 00:07:08 -0000 @@ -466,7 +466,7 @@ /* $(CPU)/.../video.c */ ulong video_setmem (ulong);
-/* ppc/cache.c */ +/* lib_$(ARCH)/cache.c */ void flush_cache (unsigned long, unsigned long);