diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-10-28 15:58:16 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-10-28 15:58:16 (EDT) |
commit | 857fcfcd283d97db8a930076f3076f50115ede3f (patch) | |
tree | 74f6828f90dd5c30033ccf78e99d20146c56be7d /src | |
parent | 0f0e30eb44f2bbbaa58c891ed24bd785d2e2c008 (diff) | |
download | firman.sh-857fcfcd283d97db8a930076f3076f50115ede3f.zip firman.sh-857fcfcd283d97db8a930076f3076f50115ede3f.tar.gz firman.sh-857fcfcd283d97db8a930076f3076f50115ede3f.tar.bz2 |
do_update(): Call flashrom_write()
Diffstat (limited to 'src')
-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 |