Skip to content

Commit

Permalink
firmware: suppress output of cbfstool when restoring VPD
Browse files Browse the repository at this point in the history
Signed-off-by: Matt DeVillier <[email protected]>
  • Loading branch information
MrChromebox committed Dec 30, 2018
1 parent eb65848 commit 86bec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ else
#merge with recovery image firmware
if [ -f /tmp/vpd.bin ]; then
echo_yellow "Merging VPD into recovery image firmware"
${cbfstoolcmd} /tmp/stock-firmware.rom write -r RO_VPD -f /tmp/vpd.bin
${cbfstoolcmd} /tmp/stock-firmware.rom write -r RO_VPD -f /tmp/vpd.bin > /dev/null 2>&1
fi
fi
firmware_file=/tmp/stock-firmware.rom
Expand Down

0 comments on commit 86bec2a

Please sign in to comment.