changeset 1725:e0ebd07e25f3

* cdl/redboot.cdl: Change CYGNUM_REDBOOT_FLASH_BASE to a booldata so we don't always look at address 0 for the flash!
author asl
date Tue, 14 Sep 2004 14:02:47 +0000
parents a24dbf2587a3
children d2486ee206e4
files packages/redboot/current/ChangeLog packages/redboot/current/cdl/redboot.cdl
diffstat 2 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-14  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* 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  <andrew.lunn@ascom.ch>
 
 	* src/flash.c (do_flash_init): cyg_flash_get_limits has been removed.
--- 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 {