configs: stm32: Enable CONFIG_ENV_VARS_UBOOT_CONFIG
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 6 Feb 2018 09:47:59 +0000 (10:47 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 8 Feb 2018 15:17:17 +0000 (10:17 -0500)
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 <christophe.priouzeau@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
include/configs/stm32f429-discovery.h
include/configs/stm32f429-evaluation.h
include/configs/stm32f469-discovery.h
include/configs/stm32f746-disco.h
include/configs/stm32h743-disco.h
include/configs/stm32h743-eval.h

index af9daad..92166a4 100644 (file)
@@ -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};" \
index ab33d0f..79b77bd 100644 (file)
@@ -52,6 +52,7 @@
 #define CONFIG_BOOTCOMMAND                                             \
        "run boot_sd"
 
+#define CONFIG_ENV_VARS_UBOOT_CONFIG
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "boot_sd=mmc dev 0;fatload mmc 0 0x00700000 stm32429i-eval.dtb; fatload mmc 0 0x00008000 zImage; icache off; bootz 0x00008000 - 0x00700000"
 
index c290a66..99c3e08 100644 (file)
@@ -54,6 +54,7 @@
 #define CONFIG_BOOTCOMMAND                                             \
        "run boot_sd"
 
+#define CONFIG_ENV_VARS_UBOOT_CONFIG
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "boot_sd=mmc dev 0;fatload mmc 0 0x00700000 stm32f469-disco.dtb; fatload mmc 0 0x00008000 zImage; icache off; bootz 0x00008000 - 0x00700000"
 
index 3e952c2..b99eb71 100644 (file)
@@ -52,6 +52,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};" \
index 531de70..1494203 100644 (file)
@@ -39,6 +39,8 @@
 #define CONFIG_BOOTARGS                                                        \
        "console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
 
+#define CONFIG_ENV_VARS_UBOOT_CONFIG
+
 /*
  * Command line configuration.
  */
index 531de70..1494203 100644 (file)
@@ -39,6 +39,8 @@
 #define CONFIG_BOOTARGS                                                        \
        "console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
 
+#define CONFIG_ENV_VARS_UBOOT_CONFIG
+
 /*
  * Command line configuration.
  */