# HG changeset patch # User asl # Date 1060074084 0 # Node ID a1062ce75e32eabf9902daec81cbfc19a403586b # Parent 0132cb8f0eebbf6fe976542e313b34a6a84202af * misc/redboot_*.ecm: Updated to use the new eb40 flash drive. diff --git a/packages/hal/arm/at91/eb40/current/ChangeLog b/packages/hal/arm/at91/eb40/current/ChangeLog --- a/packages/hal/arm/at91/eb40/current/ChangeLog +++ b/packages/hal/arm/at91/eb40/current/ChangeLog @@ -1,3 +1,7 @@ +2003-08-05 Thomas Koeller + + * misc/redboot_*.ecm: Updated to use the new eb40 flash drive. + 2003-07-15 Jonathan Larmour * include/hal_platform_ints.h (HAL_PLATFORM_RESET): Actually use diff --git a/packages/hal/arm/at91/eb40/current/misc/redboot_RAM.ecm b/packages/hal/arm/at91/eb40/current/misc/redboot_RAM.ecm --- a/packages/hal/arm/at91/eb40/current/misc/redboot_RAM.ecm +++ b/packages/hal/arm/at91/eb40/current/misc/redboot_RAM.ecm @@ -13,7 +13,7 @@ cdl_configuration eCos { template redboot ; package -hardware CYGPKG_HAL_ARM current ; package -hardware CYGPKG_HAL_ARM_AT91 current ; - package -hardware CYGPKG_DEVS_FLASH_AT91 current ; + package -hardware CYGPKG_DEVS_FLASH_EB40 current ; package -template CYGPKG_HAL current ; package -template CYGPKG_INFRA current ; package -template CYGPKG_REDBOOT current ; diff --git a/packages/hal/arm/at91/eb40/current/misc/redboot_ROM.ecm b/packages/hal/arm/at91/eb40/current/misc/redboot_ROM.ecm --- a/packages/hal/arm/at91/eb40/current/misc/redboot_ROM.ecm +++ b/packages/hal/arm/at91/eb40/current/misc/redboot_ROM.ecm @@ -13,7 +13,7 @@ cdl_configuration eCos { template redboot ; package -hardware CYGPKG_HAL_ARM current ; package -hardware CYGPKG_HAL_ARM_AT91 current ; - package -hardware CYGPKG_DEVS_FLASH_AT91 current ; + package -hardware CYGPKG_DEVS_FLASH_EB40 current ; package -template CYGPKG_HAL current ; package -template CYGPKG_INFRA current ; package -template CYGPKG_REDBOOT current ; diff --git a/packages/hal/arm/at91/eb40/current/misc/redboot_ROMRAM.ecm b/packages/hal/arm/at91/eb40/current/misc/redboot_ROMRAM.ecm --- a/packages/hal/arm/at91/eb40/current/misc/redboot_ROMRAM.ecm +++ b/packages/hal/arm/at91/eb40/current/misc/redboot_ROMRAM.ecm @@ -13,7 +13,7 @@ cdl_configuration eCos { template redboot ; package -hardware CYGPKG_HAL_ARM current ; package -hardware CYGPKG_HAL_ARM_AT91 current ; - package -hardware CYGPKG_DEVS_FLASH_AT91 current ; + package -hardware CYGPKG_DEVS_FLASH_EB40 current ; package -template CYGPKG_HAL current ; package -template CYGPKG_INFRA current ; package -template CYGPKG_REDBOOT current ;