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]

EB 40 flash driver


Because the old AT91 flash driver was not removed from the repository,
there was a collision because the EB40 driver used the same alias names,
which led to both drivers being included in the build. The attached patch
fixes this by changing the aliases for the old driver.

--- packages-orig/ecos.db	2003-08-11 13:46:20.000000000 +0200
+++ packages/ecos.db	2003-08-13 15:45:13.000000000 +0200
@@ -333,13 +333,14 @@
 }
 
 package CYGPKG_DEVS_FLASH_AT91 {
-	alias 		{ "FLASH memory support for Atmel AT91/EB40"
flash_at91 }
+	alias 		{ "FLASH memory support for Atmel AT91/EB40
(obsolete)" flash_at91 }
 	directory	devs/flash/arm/at91
 	script		flash_at91.cdl
 	hardware
         description "
            This package contains hardware support for FLASH memory
-	   on the Atmel AT91/EB40 platform(s)."
+           on the Atmel AT91/EB40 platform(s). This driver is obsolete,
+           use CYGPKG_DEVS_FLASH_EB40 instead!"
 }
 
 package CYGPKG_DEVS_FLASH_EB40 {
--- packages-orig/ChangeLog	2003-08-11 13:46:20.000000000 +0200
+++ packages/ChangeLog	2003-08-13 15:57:15.000000000 +0200
@@ -1,3 +1,8 @@
+2003-08-13  Thomas Koeller  <thomas.koeller@baslerweb.com>
+
+	* ecos.db: Changed alias names for AT91 flash driver to avoid
+	collision with new EB40 flash driver.
+
 2003-08-06  Michael Anburaj <embeddedeng@hotmail.com>
 
 	* ecos.db: Added support for the Samsung ARM9/SMDK2410 development
@@ -5,7 +10,7 @@
 
 2003-08-05  Thomas Koeller <thomas.koeller@baslerweb.com>
 
-	ecos.db: Added new package CYGPKG_DEVS_FLASH_EB40 and updated the
+	* ecos.db: Added new package CYGPKG_DEVS_FLASH_EB40 and updated the
 	eb40 target to use it instead of the old CYGPKG_DEVS_FLASH_AT91.
 	
 2003-07-23  Chris Garry  <cgarry@sweeneydesign.co.uk>


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