From: Jaehoon Chung Date: Mon, 25 Jul 2016 12:07:26 +0000 (+0900) Subject: samsung: board: support the checking reboot mode X-Git-Tag: submit/tizen/20201110.005738~305 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc9fdd40bd060384c0b29d605f50a732daee4758;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index f61bbd9454..2f8b417268 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -375,6 +375,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;