# HG changeset patch # User asl # Date 1095170567 0 # Node ID e0ebd07e25f3b8b8f0a3e79035f5fa1e9bb1519a # Parent a24dbf2587a366337cb691e29934c0e26121fece * cdl/redboot.cdl: Change CYGNUM_REDBOOT_FLASH_BASE to a booldata so we don't always look at address 0 for the flash! diff --git a/packages/redboot/current/ChangeLog b/packages/redboot/current/ChangeLog --- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,8 @@ +2004-09-14 Andrew Lunn + + * cdl/redboot.cdl: Change CYGNUM_REDBOOT_FLASH_BASE to a booldata + so we don't always look at address 0 for the flash! + 2004-08-21 Andrew Lunn * src/flash.c (do_flash_init): cyg_flash_get_limits has been removed. diff --git a/packages/redboot/current/cdl/redboot.cdl b/packages/redboot/current/cdl/redboot.cdl --- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -551,15 +551,12 @@ cdl_package CYGPKG_REDBOOT { cdl_option CYGNUM_REDBOOT_FLASH_BASE { display "Base address of flash device redboot should use" - flavor data - default_value 0 + flavor booldata description " This option controls how redboot finds the flash - device. The default value of 0 will cause redboot - to use the flash which has the lowest memory - address. Setting this option to an address will - cause redboot to use that address instead as the - base of the flash device." + device. Setting this option to an address will + cause redboot to use that address as the base of the + flash device." } cdl_option CYGOPT_REDBOOT_FIS {