# HG changeset patch # User asl # Date 1061194922 0 # Node ID 202b5ff1fb087aa8cf94dc6deb33fb678e9ae841 # Parent 2fe7cd7dffaa7d6be84c279c41315705be8f0fb4 * ecos.db: Changed alias names for AT91 flash driver to avoid collision with new EB40 flash driver. diff --git a/packages/ChangeLog b/packages/ChangeLog --- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2003-08-13 Thomas Koeller + + * ecos.db: Changed alias names for AT91 flash driver to avoid + collision with new EB40 flash driver. + 2003-08-06 Michael Anburaj * ecos.db: Added support for the Samsung ARM9/SMDK2410 development @@ -5,7 +10,7 @@ 2003-08-06 Michael Anburaj - 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 diff --git a/packages/ecos.db b/packages/ecos.db --- a/packages/ecos.db +++ b/packages/ecos.db @@ -333,13 +333,14 @@ package CYGPKG_DEVS_FLASH_EDB7XXX { } 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 {