Hi Sumit,

On 5/18/2026 4:21 PM, Sumit Garg wrote:
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 <[email protected]>
---
  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/[email protected]/

-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

There is no dependency on the mentioned series.

Thanks,

Balaji


--
2.34.1

Reply via email to