[PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig
Aswin Murugan
aswin.murugan at oss.qualcomm.com
Fri Apr 17 12:20:47 CEST 2026
On 4/17/2026 3:20 PM, Heinrich Schuchardt wrote:
> On 4/17/26 11:39, Aswin Murugan wrote:
>> Rename qcom_qcs9100_defconfig to qcom_lemans_defconfig
>> and update the defconfig to select lemans-evk DTS instead
>> of qcs9100-ride-r3.
>>
>> Signed-off-by: Aswin Murugan <aswin.murugan at oss.qualcomm.com>
>
> Why do you want to delete qcom_qcs9100_defconfig instead of simply
> creating a new defconfig for the different board?
>
> Best regards
>
> Heinrich
>
>> ---
>> configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> rename configs/{qcom_qcs9100_defconfig => qcom_lemans_defconfig} (91%)
>>
>> diff --git a/configs/qcom_qcs9100_defconfig
>> b/configs/qcom_lemans_defconfig
>> similarity index 91%
>> rename from configs/qcom_qcs9100_defconfig
>> rename to configs/qcom_lemans_defconfig
>> index 082106157bb..ad40d5206c0 100644
>> --- a/configs/qcom_qcs9100_defconfig
>> +++ b/configs/qcom_lemans_defconfig
>> @@ -9,7 +9,7 @@
>> CONFIG_TEXT_BASE=0xaf000000
>> CONFIG_REMAKE_ELF=y
>> CONFIG_FASTBOOT_BUF_ADDR=0xdb300000
>> -CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs9100-ride-r3"
>> +CONFIG_DEFAULT_DEVICE_TREE="qcom/lemans-evk"
>> CONFIG_ENV_IS_IN_SCSI=y
>> CONFIG_ENV_SCSI_PART_UUID="71cb9cd0-acf1-b6cb-ad91-be9572fe11a9"
>> # CONFIG_ENV_IS_DEFAULT is not set
>
Hi Heinrich,
Lemans EVK is an open evaluation board based on the QCS9100 SoC and is
intended to be the default reference platform for the QCS9100 family.
Renaming the existing defconfig
aligns with the naming of SoC & avoids maintaining two identical
defconfigs for same SoC.
Regards,
Aswin M
More information about the U-Boot
mailing list