diff options
-rw-r--r-- | board/samsung/common/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |