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/20160810.050017~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edd6174893ebad70dcdae59601c7395c68980fca;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 f63b79cefa..e091f1d920 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -379,6 +379,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;