sdm710-common: Specify a non-existent dt directory to avoid using dt fstab

This commit is contained in:
me-cafebabe 2023-01-19 14:15:13 +00:00 committed by CakesTwix
parent ade32dd8dd
commit 2a7017fc7a
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -42,7 +42,7 @@ BOARD_KERNEL_CMDLINE := \
androidboot.usbcontroller=a600000.dwc3 \ androidboot.usbcontroller=a600000.dwc3 \
loop.max_part=7 \ loop.max_part=7 \
kpti=off kpti=off
BOARD_KERNEL_CMDLINE += androidboot.boot_devices=soc/7c4000.sdhci BOARD_KERNEL_CMDLINE += androidboot.android_dt_dir=/non-existent androidboot.boot_devices=soc/7c4000.sdhci
BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_TAGS_OFFSET := 0x00000100 BOARD_KERNEL_TAGS_OFFSET := 0x00000100