Mercurial > flash_v2
diff packages/redboot/current/cdl/redboot.cdl @ 1233:85cbb6510cfd
Fix compile error for platforms with no FLASH
| author | gthomas |
|---|---|
| date | Mon, 22 Sep 2003 17:35:38 +0000 |
| parents | 3c221a743075 |
| children | 734edfe6c859 |
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -708,7 +708,7 @@ cdl_package CYGPKG_REDBOOT { cdl_component CYGSEM_REDBOOT_FLASH_CONFIG { display "Keep RedBoot configuration data in FLASH" flavor bool - default_value 1 + default_value { CYGPKG_IO_FLASH != 0 } compile fconfig.c description " When this option is enabled, RedBoot will keep configuration
