# The image is built on a machine that is nothing like a C630, so the initramfs # must be generic — a host-only initramfs would contain the builder's drivers. hostonly="no" hostonly_cmdline="no" # UFS is the C630's only internal storage and the rootfs lives on it, so the # controller and PHY drivers have to be in the initramfs, not modules loaded # later from a filesystem we cannot yet read. add_drivers+=" ufshcd-core ufshcd-pltfrm ufs-qcom phy-qcom-qmp-ufs " # Needed before the display comes up, and cheap to include. add_drivers+=" nvmem_qfprom qcom_scm rtc-pm8xxx "