Persist the U-Boot environment to the env partition (matched by GPT
type GUID) on UFS instead of keeping it in memory only, so changes
made with saveenv survive a reboot.

Signed-off-by: Balaji Selvanathan <[email protected]>
---
 configs/qcom_qcs8300_defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configs/qcom_qcs8300_defconfig b/configs/qcom_qcs8300_defconfig
index 5fffcddc16e..d1746c36546 100644
--- a/configs/qcom_qcs8300_defconfig
+++ b/configs/qcom_qcs8300_defconfig
@@ -19,3 +19,10 @@ CONFIG_TEXT_BASE=0xaf000000
 CONFIG_REMAKE_ELF=y
 
 CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs8300-ride"
+
+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

---
base-commit: cc8c034e78eba6b2a3845783889b80753bb1af1e
change-id: 20260902-qcs8300-env-scsi-137effa9b4db

Best regards,
-- 
Balaji Selvanathan <[email protected]>

Reply via email to