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]

SPI cdl tweak


2004-08-25  Bart Veer  <bartv@ecoscentric.com>

	* cdl/spi.cdl: change the package's main display string, to avoid
	confusion in the configtool's tree view if SPI device drivers are
	placed below it

Index: cdl/spi.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/spi/current/cdl/spi.cdl,v
retrieving revision 1.1
diff -u -r1.1 spi.cdl
--- cdl/spi.cdl	24 Aug 2004 17:31:16 -0000	1.1
+++ cdl/spi.cdl	25 Aug 2004 13:42:33 -0000
@@ -44,7 +44,7 @@
 #========================================================================
 
 cdl_package CYGPKG_IO_SPI {
-    display		"Generic SPI support"
+    display		"SPI support"
     requires		CYGPKG_INFRA CYGPKG_HAL
     hardware
     include_dir		cyg/io


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