diff packages/redboot/current/cdl/redboot.cdl @ 157:b65ec671dd4c

Merge from eCos master repository on 2001-04-06-18:28:36-BST
author jlarmour
date Fri, 06 Apr 2001 19:06:06 +0000
parents b939e9cada46
children 511f4dc167f6
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl
+++ b/packages/redboot/current/cdl/redboot.cdl
@@ -343,6 +343,15 @@ cdl_package CYGPKG_REDBOOT {
               This option is used to set the default timeout for startup
               scripts, when they are enabled."
         }
+
+        cdl_option CYGSEM_REDBOOT_FIS_CRC_CHECK {
+            display       "Use CRC checksums on FIS images."
+            flavor        bool
+            default_value 1
+            description "
+              When this option is enabled, RedBoot will use CRC checksums
+              when reading and writing flash images."
+        }
     }
 
     cdl_option CYGPRI_REDBOOT_ROM_MONITOR {