diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:35:31 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:35:31 -0500 |
commit | 54d4a6729c472c4453c3d033d224f9e62e2db27d (patch) | |
tree | a79c6c8aea4902bc54c8805834cd9930436c93c3 /flash.c | |
parent | c7a9814f4445552561d721b2a8631556f663a0dd (diff) |
fix to make diag:eprom:reset XXXX take effect right away
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -908,10 +908,6 @@ void initFlash(FlashStruct *mem, gboolean reset_to_defaults, int starting_locati // save the default Flash config, for nonvolatile persistence writeUserBlock(mem, starting_location, sizeof(*mem) - starting_location); - if (starting_location > 0) { - readUserBlock(mem); - } - LCD_write(1,0,"Flash Init, Done! "); } } |