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/20170414.042831~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bd918dcb97d48c238480aedc43b3800fc1266ff;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 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;