From 0d3f4c46a6fc253b8bc949fc5ac4b61ca87afc82 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Sat, 18 Jun 2022 07:23:20 +0200 Subject: [PATCH] Revert "g12: Remove androidboot.dynamic_partitions from kernel cmdline" This reverts commit 121e182490dfbe7f388b99738d37641dbb7a7b2b. Reason: Devkits don't set these, and it's harmless on devices (only Deadpool it seems) who already set it. Change-Id: I261dfdfc07f5a4dac0285c623e03000e4d1bb1d0 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1248169..03e93d5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -48,7 +48,7 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml BOARD_BOOTIMG_HEADER_VERSION := 2 BOARD_DTB_OFFSET := 0x00e88000 BOARD_KERNEL_BASE := 0x01078000 -BOARD_KERNEL_CMDLINE := androidboot.dtbo_idx=0 androidboot.boot_devices=ffe07000.emmc otg_device=1 +BOARD_KERNEL_CMDLINE := androidboot.dynamic_partitions=true androidboot.dtbo_idx=0 androidboot.boot_devices=ffe07000.emmc otg_device=1 BOARD_KERNEL_IMAGE_NAME := Image.gz BOARD_KERNEL_OFFSET := 0x00008000 BOARD_KERNEL_PAGESIZE := 2048 -- 2.20.1