From 4c82b03c1223352c99084a6038122263df443dc4 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 6 Feb 2018 10:47:59 +0100 Subject: configs: stm32: Enable CONFIG_ENV_VARS_UBOOT_CONFIG Enable CONFIG_ENV_VARS_UBOOT_CONFIG for all STM32 boards It allows to retrieve the SoC name into the "soc" environment variable. Signed-off-by: Christophe Priouzeau Signed-off-by: Patrice Chotard Reviewed-by: Vikas Manocha --- include/configs/stm32f429-discovery.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/stm32f429-discovery.h') diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index af9daad320..92166a4894 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -59,6 +59,7 @@ #define CONFIG_BOOTCOMMAND \ "run bootcmd_romfs" +#define CONFIG_ENV_VARS_UBOOT_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ "bootargs_romfs=uclinux.physaddr=0x08180000 root=/dev/mtdblock0\0" \ "bootcmd_romfs=setenv bootargs ${bootargs} ${bootargs_romfs};" \ -- cgit