sdm710-common: Specify a non-existent dt directory to avoid using dt fstab
This commit is contained in:
parent
ade32dd8dd
commit
2a7017fc7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue