comparison packages/ecos.db @ 1165:202b5ff1fb08

* ecos.db: Changed alias names for AT91 flash driver to avoid collision with new EB40 flash driver.
author asl
date Mon, 18 Aug 2003 08:22:02 +0000
parents 45d409ad9bf1
children 02b328ea4e09
comparison
equal deleted inserted replaced
1164:2fe7cd7dffaa 1165:202b5ff1fb08
331 This package contains hardware support for FLASH memory 331 This package contains hardware support for FLASH memory
332 on the Cirrus Logic EP7xxx based platform(s)." 332 on the Cirrus Logic EP7xxx based platform(s)."
333 } 333 }
334 334
335 package CYGPKG_DEVS_FLASH_AT91 { 335 package CYGPKG_DEVS_FLASH_AT91 {
336 alias { "FLASH memory support for Atmel AT91/EB40" flash_at91 } 336 alias { "FLASH memory support for Atmel AT91/EB40 (obsolete)" flash_at91 }
337 directory devs/flash/arm/at91 337 directory devs/flash/arm/at91
338 script flash_at91.cdl 338 script flash_at91.cdl
339 hardware 339 hardware
340 description " 340 description "
341 This package contains hardware support for FLASH memory 341 This package contains hardware support for FLASH memory
342 on the Atmel AT91/EB40 platform(s)." 342 on the Atmel AT91/EB40 platform(s). This driver is obsolete,
343 use CYGPKG_DEVS_FLASH_EB40 instead!"
343 } 344 }
344 345
345 package CYGPKG_DEVS_FLASH_EB40 { 346 package CYGPKG_DEVS_FLASH_EB40 {
346 alias { "FLASH memory support for Atmel AT91/EB40" flash_eb40 } 347 alias { "FLASH memory support for Atmel AT91/EB40" flash_eb40 }
347 directory devs/flash/arm/eb40 348 directory devs/flash/arm/eb40