summaryrefslogtreecommitdiff
path: root/configs/stm32f469-discovery_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-01-04 13:48:55 +0300
committerTom Rini <trini@konsulko.com>2019-01-15 23:28:43 +0300
commit6e00104880d73f21076f443085f102d323d25b0f (patch)
treed957167959301e3c603fe19dc1f6b3c9042eae3b /configs/stm32f469-discovery_defconfig
parent1d044d323d1eaa5731028a2d288bf53c1151e1fc (diff)
downloadu-boot-6e00104880d73f21076f443085f102d323d25b0f.tar.xz
configs: stm32: Remove CONFIG_OF_EMBED
Building with CONFIG_OF_EMBED generates build warnings, as it should only be used for debugging purposes. Remove CONFIG_OF_EMBED from all stm32 config files which are using this flag. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32f469-discovery_defconfig')
-rw-r--r--configs/stm32f469-discovery_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig
index 0b36c0fc58..801af6bb61 100644
--- a/configs/stm32f469-discovery_defconfig
+++ b/configs/stm32f469-discovery_defconfig
@@ -23,7 +23,6 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_TIMER=y
# CONFIG_ISO_PARTITION is not set
CONFIG_OF_CONTROL=y
-CONFIG_OF_EMBED=y
CONFIG_DEFAULT_DEVICE_TREE="stm32f469-disco"
CONFIG_DM_MMC=y
CONFIG_ARM_PL180_MMCI=y