From 8a3b0e3b88f52c55b11b6296356ed7a0af366004 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Mon, 21 Mar 2022 23:44:06 +0530 Subject: db845c: rb5: Enable console access on android13-5.15 kernel version android13-5.15 commit 98f1e6b5a0db ("ANDROID: gki_defconfig: Disable SERIAL_QCOM_GENI_CONSOLE_DEFAULT_ENABLED") broke console access on DB845c and RB5. Renable the console access by adding qcom_geni_serial.con_enabled=1 to the kernel cmdline as suggested in the commit message. Signed-off-by: Amit Pundir Change-Id: Ibce09eecd4cbb44d7b3d2841956eec0b6bf042d1 --- db845c/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'db845c') diff --git a/db845c/BoardConfig.mk b/db845c/BoardConfig.mk index 2c1fb25..018213a 100644 --- a/db845c/BoardConfig.mk +++ b/db845c/BoardConfig.mk @@ -33,6 +33,7 @@ BOARD_KERNEL_CMDLINE := earlycon firmware_class.path=/vendor/firmware/ androidbo BOARD_KERNEL_CMDLINE += init=/init androidboot.boot_devices=soc@0/1d84000.ufshc printk.devkmsg=on BOARD_KERNEL_CMDLINE += deferred_probe_timeout=30 BOARD_KERNEL_CMDLINE += pcie_pme=nomsi #For WiFi to work on rb5 +BOARD_KERNEL_CMDLINE += qcom_geni_serial.con_enabled=1 # Image Configuration BOARD_BOOTIMAGE_PARTITION_SIZE := 103079215104 #96M -- cgit v1.2.3