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

Yasushi SHOJI yashi at atmark-techno.com
Sun Jun 27 02:12:23 CEST 2004


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




More information about the U-Boot mailing list