[U-Boot-Users] [patch] one liner to fix comment in include/common.h

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);

In message 20040627001224.8D0803E90A@dns1.atmark-techno.com you wrote:
this is a simple patch to fix comment in include/common.h. flash_cache() is not only for ppc.
Thanks, added.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
Yasushi SHOJI