summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:35:31 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 19:35:31 -0500
commit54d4a6729c472c4453c3d033d224f9e62e2db27d (patch)
treea79c6c8aea4902bc54c8805834cd9930436c93c3 /flash.c
parentc7a9814f4445552561d721b2a8631556f663a0dd (diff)
fix to make diag:eprom:reset XXXX take effect right away
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/flash.c b/flash.c
index ee706af..03b0529 100644
--- a/flash.c
+++ b/flash.c
@@ -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! ");
}
}