From: Jan Altensen Date: Sat, 18 Jun 2022 05:23:20 +0000 (+0200) Subject: Revert "g12: Remove androidboot.dynamic_partitions from kernel cmdline" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0d3f4c46a6fc253b8bc949fc5ac4b61ca87afc82;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git 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 --- 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