LED off for -u

This commit is contained in:
NIIBE Yutaka
2012-07-09 10:19:01 +09:00
parent 51435e7dba
commit cbed6b49c7

View File

@@ -562,6 +562,7 @@ def main(show_help, erase_only, no_protect, spi_flash_check,
if unlock:
stl.reset_sys()
stl.option_bytes_write(OPTION_BYTES_ADDR,RDP_KEY)
stl.finish_gpio()
print "Flash ROM read protection disabled. Reset the board, now."
return 0