aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usb-control/cp2102_haikou.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-control/cp2102_haikou.py b/usb-control/cp2102_haikou.py
index c94788c..c6ac6bf 100644
--- a/usb-control/cp2102_haikou.py
+++ b/usb-control/cp2102_haikou.py
@@ -119,7 +119,7 @@ def main(product_string):
'show status of attached Haikou Baseboards'),
'normalboot': (do_normalboot,
'set bootmode to normal boot'),
- 'biosdisable': (do_normalboot,
+ 'biosdisable': (do_biosdisable,
'set bootmode to BIOS disabled'),
'powerbutton': (do_powerbutton,
'emulate power button press'),