Mercurial > nand-ecoscentric
changeset 454:63ad56f95b9a
Suppress Linux exec for AT91.
| author | gthomas |
|---|---|
| date | Sat, 07 Dec 2002 12:54:31 +0000 |
| parents | 3de3d5e778f2 |
| children | 1287356aa9e5 |
| files | packages/hal/arm/at91/current/ChangeLog packages/hal/arm/at91/current/misc/redboot_RAM.ecm packages/hal/arm/at91/current/misc/redboot_ROM.ecm packages/hal/arm/at91/current/misc/redboot_ROMRAM.ecm |
| diffstat | 4 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/at91/current/ChangeLog +++ b/packages/hal/arm/at91/current/ChangeLog @@ -1,3 +1,10 @@ +2002-12-07 Gary Thomas <gthomas@ecoscentric.com> + + * 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 <gthomas@ecoscentric.com> on behalf of 2002-11-23 Scott Dattalo <scott@dattalo.com>
--- a/packages/hal/arm/at91/current/misc/redboot_RAM.ecm +++ b/packages/hal/arm/at91/current/misc/redboot_RAM.ecm @@ -52,4 +52,7 @@ cdl_component CYGSEM_REDBOOT_FLASH_CONFI user_value 0 }; +cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC { + user_value 0 +};
