Skip to content

Commit

Permalink
Revert "BoardConfig: Set 'systempart' & 'datapart' kernel cmdline opt…
Browse files Browse the repository at this point in the history
…ions "

This reverts commit 46552ea.

It breaks halium-boot to mount oneplus2 root device, so needed to be reworked
  • Loading branch information
vertilon committed Nov 24, 2019
1 parent 46552ea commit 15905f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ TARGET_USES_64_BIT_BINDER := true

# Kernel
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
BOARD_KERNEL_CMDLINE += systempart=/dev/disk/by-partlabel/system
BOARD_KERNEL_CMDLINE += datapart=/dev/disk/by-partlabel/userdata
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_TAGS_OFFSET := 0x00000100
Expand Down

0 comments on commit 15905f0

Please sign in to comment.