From 05e94c35cb0cdba07582fa0055805f9553ab0bf3 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Mon, 11 May 2020 20:32:30 +0530 Subject: db845c: Add fw_devlink=permissive to the boot arguments android-mainline commit ("ANDROID: GKI: driver core: Set fw_devlink=on by default"), https://android-review.googlesource.com/c/1305327 broke db845c. Set fw_devlink=permissive while we debug it further. Signed-off-by: Amit Pundir Change-Id: If49ed679632a0a5c3ffc26bcc4fff62619f474d4 --- db845c/BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db845c') diff --git a/db845c/BoardConfig.mk b/db845c/BoardConfig.mk index 816c465..20ca782 100644 --- a/db845c/BoardConfig.mk +++ b/db845c/BoardConfig.mk @@ -13,6 +13,9 @@ BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_CMDLINE := earlycon firmware_class.path=/vendor/firmware/ androidboot.hardware=db845c BOARD_KERNEL_CMDLINE += init=/init androidboot.boot_devices=soc@0/1d84000.ufshc printk.devkmsg=on BOARD_KERNEL_CMDLINE += deferred_probe_timeout=30 +# fw_devlink=on, https://android-review.googlesource.com/c/1305327, broke android-mainline +# Set fw_devlink=permissive for the time being +BOARD_KERNEL_CMDLINE += fw_devlink=permissive # Image Configuration BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 #64M -- cgit v1.2.3