uboot:Usb Restart Power off

This commit is contained in:
niyin
2022-09-07 23:25:15 -07:00
parent 39248cde16
commit 447cfca696

View File

@@ -26,7 +26,7 @@ static int do_glbtn(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[
ulong ts;
run_command("ledblink blue:run 250", 0);
run_command("gpio clear 12", 0);
ret = button_get_by_label(button_label, &dev);
if (ret) {
try_auto_upgrade();