Mercurial > flash_v2
diff packages/redboot/current/src/flash.c @ 153:5e8f3b328bb3
Merge from eCos master repository on 2001-02-19-15:48:12-GMT
| author | jlarmour |
|---|---|
| date | Mon, 19 Feb 2001 17:27:10 +0000 |
| parents | f935b880e96c |
| children | e2d866e32dac |
line wrap: on
line diff
--- a/packages/redboot/current/src/flash.c +++ b/packages/redboot/current/src/flash.c @@ -1327,12 +1327,12 @@ load_flash_config(void) config_init(); return; } + config_ok = true; flash_get_config("boot_script", &use_boot_script, CONFIG_BOOL); if (use_boot_script) { flash_get_config("boot_script_data", &script, CONFIG_SCRIPT); flash_get_config("boot_script_timeout", &script_timeout, CONFIG_INT); } - config_ok = true; } RedBoot_init(load_flash_config, RedBoot_INIT_FIRST);
