This is the mail archive of the ecos-patches@sourceware.org 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]

update VADS flash driver


The driver had a commented-out implements for a CDL interface that no
longer exists.

Bart

2009-02-13  Bart Veer  <bartv@ecoscentric.com>

	* cdl/flash_vads.cdl: eliminate CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM.

Index: cdl/flash_vads.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/powerpc/vads/current/cdl/flash_vads.cdl,v
retrieving revision 1.3
diff -u -p -r1.3 flash_vads.cdl
--- cdl/flash_vads.cdl	29 Jan 2009 17:48:30 -0000	1.3
+++ cdl/flash_vads.cdl	13 Feb 2009 16:23:38 -0000
@@ -54,9 +54,6 @@ cdl_package CYGPKG_DEVS_FLASH_VADS {
     parent        CYGPKG_IO_FLASH
     active_if	  CYGPKG_IO_FLASH
     requires	  CYGPKG_HAL_POWERPC_VADS
-
-#    implements    CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
-
     compile       powerpc_vads_flash.c
 
     # Arguably this should do in the generic package


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