From a0194f0819efd201557d6ff9722f4f5de59fcdf0 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Tue, 9 Feb 2021 17:02:41 +0100 Subject: [PATCH] sm6375-common: Reboot to recovery if init fails Change-Id: I1d8f38620caa7b003911ff30f69ed7973c100e6d --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d5965dc..cc06a54 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -108,6 +108,7 @@ BOARD_KERNEL_CMDLINE += pcie_ports=compat BOARD_KERNEL_CMDLINE += iptable_raw.raw_before_defrag=1 BOARD_KERNEL_CMDLINE += ip6table_raw.raw_before_defrag=1 BOARD_KERNEL_CMDLINE += video=vfb:640x400,bpp=32,memsize=3072000 +BOARD_KERNEL_CMDLINE += androidboot.init_fatal_reboot_target=recovery # Media TARGET_USES_ION := true