diff options
| author | xSylla <syllamodder@gmail.com> | 2022-07-11 01:15:37 +0200 |
|---|---|---|
| committer | drishal <drishalballaney@gmail.com> | 2022-07-14 08:11:29 +0530 |
| commit | 9d4e2e459e7e1833b3147f5a28ddf486f071b946 (patch) | |
| tree | e8548ae97757fe78f0b3010799c9a0c0b1210677 | |
| parent | 3ed3470e223f07d8b57e9f8b75bc8e4ffe3cb5db (diff) | |
sm8250-common: Enforce fstab suffix to qcom
Change-Id: I5b7246196ec57020cdf980a4867b6b9b08ab3087
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 249fdc5..7f2c382 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -112,6 +112,7 @@ BOARD_BOOT_HEADER_VERSION := 2 endif BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 msm_rtb.filter=0x237 service_locator.enable=1 androidboot.usbcontroller=a600000.dwc3 swiotlb=2048 loop.max_part=7 cgroup.memory=nokmem,nosocket reboot=panic_warm +BOARD_KERNEL_CMDLINE += androidboot.fstab_suffix=qcom BOARD_KERNEL_CMDLINE += androidboot.init_fatal_reboot_target=recovery BOARD_KERNEL_IMAGE_NAME := Image BOARD_KERNEL_PAGESIZE := 4096 |
