summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEberhard Stoll <[email protected]>2025-08-25 15:54:33 +0200
committerFabio Estevam <[email protected]>2025-09-05 09:03:28 -0300
commit827e45f28ffb60eae4ce839d22121eda4c34a458 (patch)
tree8127e2a1a26d41eeca8bf267de1332b455a948b3
parent9e26426ceb0aacc52b3cf693fdeac3b13cb8e6f9 (diff)
imx: kontron-sl-mx6ul: Enable CONFIG_ENV_IS_NOWHERE
For some cases it is beneficial to not store the environment in persistent memory, but instead use the default environment and keep it in volatile RAM only. Allow this by enabling CONFIG_ENV_IS_NOWHERE. Signed-off-by: Eberhard Stoll <[email protected]> Signed-off-by: Frieder Schrempf <[email protected]>
-rw-r--r--configs/kontron-sl-mx6ul_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig
index fed29e77936..052d7a76610 100644
--- a/configs/kontron-sl-mx6ul_defconfig
+++ b/configs/kontron-sl-mx6ul_defconfig
@@ -64,6 +64,7 @@ CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_LIST="imx6ul-kontron-bl imx6ull-kontron-bl"
CONFIG_ENV_OVERWRITE=y
+CONFIG_ENV_IS_NOWHERE=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_ENV_REDUNDANT=y