diff --git a/src/sio/sio_pc87306.c b/src/sio/sio_pc87306.c index f5aa086d0..ab7f8597e 100644 --- a/src/sio/sio_pc87306.c +++ b/src/sio/sio_pc87306.c @@ -439,6 +439,7 @@ pc87306_reset_common(void *priv) fdc_reset(dev->fdc); pc87306_gpio_init(dev); nvr_lock_set(0x00, 256, 0, dev->nvr); + nvr_at_handler(0, 0x0070, dev->nvr); nvr_at_handler(1, 0x0070, dev->nvr); nvr_bank_set(0, 0, dev->nvr); nvr_wp_set(0, 0, dev->nvr);