We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce54ff commit 46552eaCopy full SHA for 46552ea
BoardConfig.mk
@@ -61,6 +61,8 @@ TARGET_USES_64_BIT_BINDER := true
61
62
# Kernel
63
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 boot_cpus=0-7 selinux=permissive
64
+BOARD_KERNEL_CMDLINE += systempart=/dev/disk/by-partlabel/system
65
+BOARD_KERNEL_CMDLINE += datapart=/dev/disk/by-partlabel/userdata
66
BOARD_KERNEL_BASE := 0x00000000
67
BOARD_KERNEL_PAGESIZE := 4096
68
BOARD_KERNEL_TAGS_OFFSET := 0x00000100
0 commit comments