From 1bd918dcb97d48c238480aedc43b3800fc1266ff Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 25 Jul 2016 21:07:26 +0900 Subject: [PATCH] samsung: board: support the checking reboot mode Support the checking reboot mode. If there is no compatible or inform-num, then this function will not do nothing. Change-Id: Iefe5891919adb2ca224ecb4bfd2a441a0e2efd02 Signed-off-by: Jaehoon Chung --- board/samsung/common/board.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 473aed4bbf..4d0c45876d 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -363,6 +363,7 @@ int misc_init_r(void) #ifdef CONFIG_PLATFORM_SETUP platform_setup(); #endif + check_reboot_mode(); #ifdef CONFIG_OF_MULTI if (!board_is_trats2()) return 0; -- 2.34.1