]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: kontron-sl-mx6ul: Enable CONFIG_ENV_IS_NOWHERE
authorEberhard Stoll <eberhard.stoll@kontron.de>
Mon, 25 Aug 2025 13:54:33 +0000 (15:54 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Sep 2025 12:03:28 +0000 (09:03 -0300)
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 <eberhard.stoll@kontron.de>
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
configs/kontron-sl-mx6ul_defconfig

index fed29e7793633e6317e6b1df4ed9bd3331e3bb3f..052d7a76610f3abb7caf861f5ce049958747fbde 100644 (file)
@@ -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