Searched hist:"54 c2678cd198f61555796bbda5e1727e6e1858f1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/configs/ |
H A D | qcom_defconfig | diff 54c2678cd198f61555796bbda5e1727e6e1858f1 Thu Sep 06 23:44:48 CDT 2018 Frank Rowand <frank.rowand@sony.com> ARM: qcom_defconfig: Enable MAILBOX
Problem: ab460a2e72da ("rpmsg: qcom_smd: Access APCS through mailbox framework" added a "depends on MAILBOX") to RPMSG_QCOM_SMD, thus RPMSG_QCOM_SMD becomes unset since MAILBOX was not enabled in qcom_defconfig and is not otherwise selected for the dragonboard. When the resulting kernel is booted the mmc device which contains the root file system is not available.
Fix: add CONFIG_MAILBOX to qcom_defconfig
Fixes: ab460a2e72da ("rpmsg: qcom_smd: Access APCS through mailbox framework" added a "depends on MAILBOX")
Signed-off-by: Frank Rowand <frank.rowand@sony.com> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
|