Explorar o código

hax: remove orange state boot delay

Signed-off-by: svoboda18 <dev.svoboda18@gmail.com>
svoboda18 %!s(int64=2) %!d(string=hai) anos
pai
achega
5dd29d3749
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      platform/common/boot/vboot_state.c

+ 2 - 2
platform/common/boot/vboot_state.c

@@ -133,11 +133,11 @@ int orange_state_warning(void)
 	video_set_cursor(video_get_rows() / 2, 0);
 	video_printf("Orange State\n\n");
 	video_printf("Your device has been unlocked and can't be trusted\n");
-	video_printf("Your device will boot in 5 seconds\n");
+/*	video_printf("Your device will boot in 5 seconds\n");
 	mtk_wdt_restart();
 	mdelay(5000);
 	mtk_wdt_restart();
-
+*/
 	return ret;
 }