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