From 6e00104880d73f21076f443085f102d323d25b0f Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Fri, 4 Jan 2019 11:48:55 +0100 Subject: 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 --- configs/stm32h743-disco_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/stm32h743-disco_defconfig') diff --git a/configs/stm32h743-disco_defconfig b/configs/stm32h743-disco_defconfig index 92d21d180b6..5460ad029a3 100644 --- a/configs/stm32h743-disco_defconfig +++ b/configs/stm32h743-disco_defconfig @@ -23,7 +23,6 @@ CONFIG_CMD_TIMER=y CONFIG_CMD_EXT4_WRITE=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y -CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-disco" CONFIG_DM_MMC=y CONFIG_STM32_SDMMC2=y -- cgit v1.2.3