summaryrefslogtreecommitdiff
path: root/include/configs/stm32h743-eval.h
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-02-06 10:47:59 +0100
committerTom Rini <trini@konsulko.com>2018-02-08 10:17:17 -0500
commit4c82b03c1223352c99084a6038122263df443dc4 (patch)
tree329932b463542ca510e60c68e3f15570679849bf /include/configs/stm32h743-eval.h
parentc87c81186cf7e5073dbc7c5f46ad256a84f5ed22 (diff)
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/stm32h743-eval.h')
-rw-r--r--include/configs/stm32h743-eval.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/stm32h743-eval.h b/include/configs/stm32h743-eval.h
index 531de70149..1494203e83 100644
--- a/include/configs/stm32h743-eval.h
+++ b/include/configs/stm32h743-eval.h
@@ -39,6 +39,8 @@
#define CONFIG_BOOTARGS \
"console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
+#define CONFIG_ENV_VARS_UBOOT_CONFIG
+
/*
* Command line configuration.
*/