diff options
Diffstat (limited to 'src/action')
-rw-r--r-- | src/action/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/action/update.sh b/src/action/update.sh index 8282002..7295513 100644 --- a/src/action/update.sh +++ b/src/action/update.sh @@ -106,8 +106,8 @@ do_update() # Get, prepare, and flash ROM. dist_get_rom "${mirror}" "${version}" "$(board_get_id)" - #board_prepare_rom "${rom}" - #flashrom_write "${rom}" "$(board_get_chip)" + board_prepare_rom + #flashrom_write "$(board_get_chip)" rm_temp 'rom' return 0 |