diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-02-06 10:47:59 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 10:17:17 -0500 |
commit | 4c82b03c1223352c99084a6038122263df443dc4 (patch) | |
tree | 329932b463542ca510e60c68e3f15570679849bf /include/configs/stm32f469-discovery.h | |
parent | c87c81186cf7e5073dbc7c5f46ad256a84f5ed22 (diff) | |
download | u-boot-4c82b03c1223352c99084a6038122263df443dc4.tar.gz |
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 <christophe.priouzeau@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'include/configs/stm32f469-discovery.h')
-rw-r--r-- | include/configs/stm32f469-discovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stm32f469-discovery.h b/include/configs/stm32f469-discovery.h index c290a66fdd..99c3e08d33 100644 --- a/include/configs/stm32f469-discovery.h +++ b/include/configs/stm32f469-discovery.h @@ -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" |