From: Marek Vasut Date: Wed, 3 Sep 2025 11:23:57 +0000 (+0200) Subject: ARM: renesas: Enable CONFIG_ENV_VARS_UBOOT_CONFIG on all boards X-Git-Tag: v2025.10-rc4~4^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275978df0dfa79ef369623ef933549344e2a478c;p=pandora-u-boot.git 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 --- 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