diff options
Diffstat (limited to 'internal.c')
-rw-r--r-- | internal.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -211,6 +211,9 @@ static int internal_init(const struct programmer_cfg *cfg) if (ret) return ret; + /* Unconditionally reset global state from previous operation. */ + laptop_ok = false; + /* Default to Parallel/LPC/FWH flash devices. If a known host controller * is found, the host controller init routine sets the * internal_buses_supported bitfield. |