Index: hal/arm/at91/current/ChangeLog =================================================================== RCS file: /misc/cvsfiles/ecos/packages/hal/arm/at91/current/ChangeLog,v retrieving revision 1.6 diff -u -5 -p -r1.6 ChangeLog --- hal/arm/at91/current/ChangeLog 23 Sep 2002 16:09:08 -0000 1.6 +++ hal/arm/at91/current/ChangeLog 7 Dec 2002 12:54:13 -0000 @@ -1,5 +1,12 @@ +2002-12-07 Gary Thomas + + * misc/redboot_ROMRAM.ecm: + * misc/redboot_ROM.ecm: + * misc/redboot_RAM.ecm: Suppress building Linux 'exec' command + (which makes little sense on this platform). + 2002-09-23 Gary Thomas on behalf of 2002-11-23 Scott Dattalo * include/plf_io.h: Add some missing register definitions. Index: hal/arm/at91/current/misc/redboot_RAM.ecm =================================================================== RCS file: /misc/cvsfiles/ecos/packages/hal/arm/at91/current/misc/redboot_RAM.ecm,v retrieving revision 1.1 diff -u -5 -p -r1.1 redboot_RAM.ecm --- hal/arm/at91/current/misc/redboot_RAM.ecm 31 Jul 2001 21:15:37 -0000 1.1 +++ hal/arm/at91/current/misc/redboot_RAM.ecm 7 Dec 2002 12:53:08 -0000 @@ -50,6 +50,9 @@ cdl_option CYGOPT_REDBOOT_FIS { cdl_component CYGSEM_REDBOOT_FLASH_CONFIG { user_value 0 }; +cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC { + user_value 0 +}; Index: hal/arm/at91/current/misc/redboot_ROM.ecm =================================================================== RCS file: /misc/cvsfiles/ecos/packages/hal/arm/at91/current/misc/redboot_ROM.ecm,v retrieving revision 1.2 diff -u -5 -p -r1.2 redboot_ROM.ecm --- hal/arm/at91/current/misc/redboot_ROM.ecm 20 May 2002 22:21:46 -0000 1.2 +++ hal/arm/at91/current/misc/redboot_ROM.ecm 7 Dec 2002 12:53:08 -0000 @@ -57,5 +57,10 @@ cdl_option CYGOPT_REDBOOT_FIS { }; cdl_component CYGSEM_REDBOOT_FLASH_CONFIG { user_value 0 }; + + +cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC { + user_value 0 +}; Index: hal/arm/at91/current/misc/redboot_ROMRAM.ecm =================================================================== RCS file: /misc/cvsfiles/ecos/packages/hal/arm/at91/current/misc/redboot_ROMRAM.ecm,v retrieving revision 1.2 diff -u -5 -p -r1.2 redboot_ROMRAM.ecm --- hal/arm/at91/current/misc/redboot_ROMRAM.ecm 20 May 2002 22:21:46 -0000 1.2 +++ hal/arm/at91/current/misc/redboot_ROMRAM.ecm 7 Dec 2002 12:53:07 -0000 @@ -62,6 +62,8 @@ cdl_component CYGSEM_REDBOOT_FLASH_CONFI cdl_option CYGNUM_FLASH_WORKSPACE_SIZE { user_value 0x00000200 }; - +cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC { + user_value 0 +};