# HG changeset patch # User nickg # Date 1234450350 0 # Node ID cbbb8e668ef67f5604883c0d103fd1bd326a4998 # Parent 557484b482f80be9ffb5af691e9029fc0fb473af * misc/redboot_RAM.ecm: * misc/redboot_ROM.ecm: Add CYGPKG_ERROR to resolve configure-time errors. diff --git a/packages/hal/arm/at91/eb55/current/ChangeLog b/packages/hal/arm/at91/eb55/current/ChangeLog --- a/packages/hal/arm/at91/eb55/current/ChangeLog +++ b/packages/hal/arm/at91/eb55/current/ChangeLog @@ -1,3 +1,9 @@ +2009-02-12 Nick Garnett + + * misc/redboot_RAM.ecm: + * misc/redboot_ROM.ecm: Add CYGPKG_ERROR to resolve configure-time + errors. + 2009-01-31 Bart Veer * cdl/hal_arm_at91_eb55.cdl: update compiler flags for gcc 4.x diff --git a/packages/hal/arm/at91/eb55/current/misc/redboot_RAM.ecm b/packages/hal/arm/at91/eb55/current/misc/redboot_RAM.ecm --- a/packages/hal/arm/at91/eb55/current/misc/redboot_RAM.ecm +++ b/packages/hal/arm/at91/eb55/current/misc/redboot_RAM.ecm @@ -9,6 +9,7 @@ cdl_savefile_command cdl_interface { val cdl_configuration eCos { package CYGPKG_IO_FLASH current ; + package CYGPKG_ERROR current ; }; cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE { diff --git a/packages/hal/arm/at91/eb55/current/misc/redboot_ROM.ecm b/packages/hal/arm/at91/eb55/current/misc/redboot_ROM.ecm --- a/packages/hal/arm/at91/eb55/current/misc/redboot_ROM.ecm +++ b/packages/hal/arm/at91/eb55/current/misc/redboot_ROM.ecm @@ -9,6 +9,7 @@ cdl_savefile_command cdl_interface { val cdl_configuration eCos { package CYGPKG_IO_FLASH current ; + package CYGPKG_ERROR current ; }; cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {