This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Viper - fix FLASH buglet


Support for the new board layout corrupted the old :-(

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: devs/flash/powerpc/viper/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/powerpc/viper/current/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- devs/flash/powerpc/viper/current/ChangeLog	19 Aug 2003 17:29:45 -0000	1.8
+++ devs/flash/powerpc/viper/current/ChangeLog	5 Sep 2003 19:30:26 -0000
@@ -1,5 +1,9 @@
+2003-09-05  Gary Thomas  <gary@mlbassoc.com>
+
+	* src/viper_flash.c: Need <pkgconf.h> to make platform decisions!
+
 2003-08-19  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/viper_flash.c: Support new board layout which has 16bit
 	wide FLASH devices.
 	
Index: devs/flash/powerpc/viper/current/src/viper_flash.c
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/flash/powerpc/viper/current/src/viper_flash.c,v
retrieving revision 1.6
diff -u -5 -p -r1.6 viper_flash.c
--- devs/flash/powerpc/viper/current/src/viper_flash.c	19 Aug 2003 17:29:46 -0000	1.6
+++ devs/flash/powerpc/viper/current/src/viper_flash.c	5 Sep 2003 19:27:19 -0000
@@ -49,10 +49,11 @@
 //              
 //####DESCRIPTIONEND####
 //
 //==========================================================================
 
+#include <pkgconf/hal.h>
 #include <cyg/infra/cyg_type.h>
 
 //--------------------------------------------------------------------------
 // Device properties
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]