reel_board: remove the hw_reset which blocks flashing

The hw reset type is blocking the flash of reel_board.
It seems removing it can fix the issue.

Signed-off-by: Ming Shao <ming.shao@intel.com>
This commit is contained in:
Ming Shao 2022-09-10 16:40:06 +08:00 committed by Fabio Baltieri
commit 0e1eba523e

View file

@ -1,6 +1,4 @@
# reel_board global options # reel_board global options
# Use HW reset option on reel_board
reset_type: 'hw'
# Delay for 0.5s after the reset is issued # Delay for 0.5s after the reset is issued
reset.post_delay: 0.5 reset.post_delay: 0.5