From 275978df0dfa79ef369623ef933549344e2a478c Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 3 Sep 2025 13:23:57 +0200 Subject: [PATCH] ARM: renesas: Enable CONFIG_ENV_VARS_UBOOT_CONFIG on all boards The CONFIG_ENV_VARS_UBOOT_CONFIG extends U-Boot environment with variables arch/board/board_name/soc/vendor, which can be used to discern different devices from each other based purely on U-Boot environment variables. Signed-off-by: Marek Vasut --- configs/renesas_rcar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/renesas_rcar.config b/configs/renesas_rcar.config index db5846e992c..45776be62ea 100644 --- a/configs/renesas_rcar.config +++ b/configs/renesas_rcar.config @@ -18,6 +18,7 @@ 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 CONFIG_MTD=y -- 2.47.3