[PATCH 1/2] qcom: qcs615: disable SCSI and use MMC for fastboot
Sumit Garg
sumit.garg at kernel.org
Mon May 18 12:51:25 CEST 2026
On Sat, May 02, 2026 at 07:31:48AM +0530, Balaji Selvanathan wrote:
> QCS615 platforms are equipped with eMMC storage only and do not
> support UFS or other SCSI-backed devices.
>
> Disable SCSI support and override the inherited qcom_defconfig
> fastboot settings to use the MMC block interface with device 0.
>
> Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
> ---
> configs/qcom_qcs615_defconfig | 6 ++++++
> 1 file changed, 6 insertions(+)
>
This patch seems to be dependent on this series [1]. Either mention a
dpendency here or bundle this patch alongside that series.
[1] https://lore.kernel.org/all/20260427-fb_gpt-v2-0-9e7fe3c1649a@oss.qualcomm.com/
-Sumit
> diff --git a/configs/qcom_qcs615_defconfig b/configs/qcom_qcs615_defconfig
> index 27666a8129d..494e55bb18c 100644
> --- a/configs/qcom_qcs615_defconfig
> +++ b/configs/qcom_qcs615_defconfig
> @@ -22,3 +22,9 @@ CONFIG_REMAKE_ELF=y
> CONFIG_TEXT_BASE=0x9fc00000
>
> CONFIG_FASTBOOT_BUF_ADDR=0xa1600000
> +
> +# CONFIG_SCSI is not set
> +
> +# QCS615 has eMMC only, not UFS/SCSI - override qcom_defconfig settings
> +CONFIG_FASTBOOT_FLASH_BLOCK_INTERFACE_NAME="mmc"
> +CONFIG_FASTBOOT_FLASH_BLOCK_DEVICE_ID=0
>
> --
> 2.34.1
>
More information about the U-Boot
mailing list