summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-11-06 20:13:24 +0100
committerMarek Vasut <[email protected]>2025-12-02 19:25:17 +0100
commit925e0cb3b99ab73b26926d8aa006579b7a8214a9 (patch)
treee4c01e41f7febbd342fdc4846a3c06673367d737
parent710a7c791275433383dcdebde79efc04e1e97a83 (diff)
ARM: renesas: Disable CONFIG_ENV_OVERWRITE on all boards
The CONFIG_ENV_OVERWRITE allows easy rewrite of environment variables like 'ethaddr' and 'serial#' without any protection against accidental removal of those variables. Remove this setting to add extra layer of protection to those variables. The variables can still be overridden using 'env set -f' (force set) if really needed. Signed-off-by: Marek Vasut <[email protected]>
-rw-r--r--configs/renesas_rcar.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config
index 45776be62ea..d9a99e1f428 100644
--- a/configs/renesas_rcar.config
+++ b/configs/renesas_rcar.config
@@ -17,7 +17,6 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_SPI=y
CONFIG_DM_SPI_FLASH=y
-CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_FIT=y
CONFIG_HUSH_PARSER=y