summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-04-17 05:33:08 +0000
committerJohn Stultz <john.stultz@linaro.org>2020-04-17 05:33:08 +0000
commit64dbd9c27132f9f65d89ec0aedd9ca22e2d74f5a (patch)
treea80b2847218018217d98981718264704fb211253 /db845c
parent1153b9c8b4fb7d0a08c1abb0501e5909e154d26f (diff)
db845c: Add deferred_probe_timeout=30 to the boot arguments
With changes landing in 5.7-rc, adding deferred_probe_timeout=30 argument on the boot line allows modules dependencies to be able to be resolved after init. Otherwise we may see some modules fail to load due to missing dependencies and then if the dependencies are loaded after init begins, the modules waiting will fail to get EPROBE_DEFER errors and will just fail for good. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I0715ae5099ec5511e0154b7c88c098a16fde9fb8
Diffstat (limited to 'db845c')
-rw-r--r--db845c/BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/db845c/BoardConfig.mk b/db845c/BoardConfig.mk
index 47602f6..816c465 100644
--- a/db845c/BoardConfig.mk
+++ b/db845c/BoardConfig.mk
@@ -12,6 +12,7 @@ BOARD_KERNEL_BASE := 0x80000000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_KERNEL_CMDLINE := earlycon firmware_class.path=/vendor/firmware/ androidboot.hardware=db845c
BOARD_KERNEL_CMDLINE += init=/init androidboot.boot_devices=soc@0/1d84000.ufshc printk.devkmsg=on
+BOARD_KERNEL_CMDLINE += deferred_probe_timeout=30
# Image Configuration
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 #64M