From 54d4a6729c472c4453c3d033d224f9e62e2db27d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 19:35:31 -0500 Subject: fix to make diag:eprom:reset XXXX take effect right away --- flash.c | 4 ---- 1 file changed, 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! "); } } -- cgit