From 521d6177040099285ee29547d394a8940b3cccf3 Mon Sep 17 00:00:00 2001 From: Balaji Selvanathan Date: Wed, 2 Sep 2026 15:18:17 +0530 Subject: [PATCH] configs: qcom_qcs8300: store U-Boot environment on UFS Enable persisting the U-Boot environment to the dedicated env partition (identified by GPT type GUID) on UFS, instead of using the default in-memory-only environment. This allows env changes made with saveenv to survive a reboot. --- configs/qcom_qcs8300_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/qcom_qcs8300_defconfig b/configs/qcom_qcs8300_defconfig index 4029cb492cbe..cc2fb7879e88 100644 --- a/configs/qcom_qcs8300_defconfig +++ b/configs/qcom_qcs8300_defconfig @@ -26,3 +26,10 @@ CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y CONFIG_QCOM_EL2_GUNYAH_EXIT_SUPPORT=y CONFIG_PHY_QCOM_QMP_USB=y + +CONFIG_ENV_IS_IN_SCSI=y +CONFIG_ENV_SCSI_PART_USE_TYPE_GUID=y +# SCSI partition type GUID for logfs partition +CONFIG_ENV_SCSI_PART_TYPE_GUID="bc0330eb-3410-4951-a617-03898dbe3372" +# CONFIG_ENV_IS_DEFAULT is not set +# CONFIG_ENV_IS_NOWHERE is not set