summaryrefslogtreecommitdiff
path: root/configs/stm32h743-disco_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-09-17 11:09:44 +0300
committerPatrick Delaunay <patrick.delaunay@st.com>2019-10-22 11:56:32 +0300
commit5413b33afdb3779560cd28e04bca47559ec35955 (patch)
treee7540bc7c1a1073894066864caa5f007d077100a /configs/stm32h743-disco_defconfig
parente15ed9e4364f0e0aee7141dd35b0a3a2f7540e54 (diff)
downloadu-boot-5413b33afdb3779560cd28e04bca47559ec35955.tar.xz
configs: stm32h743-disco: Disable CONFIG_NET flag
Network support was never added on this board, disable CONFIG_NET flag to avoid following warning: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Acked-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs/stm32h743-disco_defconfig')
-rw-r--r--configs/stm32h743-disco_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32h743-disco_defconfig b/configs/stm32h743-disco_defconfig
index 1053dbcd5b..64aba95186 100644
--- a/configs/stm32h743-disco_defconfig
+++ b/configs/stm32h743-disco_defconfig
@@ -24,6 +24,7 @@ CONFIG_CMD_EXT4_WRITE=y
# CONFIG_ISO_PARTITION is not set
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="stm32h743i-disco"
+# CONFIG_NET is not set
CONFIG_DM_MMC=y
CONFIG_STM32_SDMMC2=y
# CONFIG_PINCTRL_FULL is not set