summaryrefslogtreecommitdiff
path: root/configs/stm32f429-discovery_defconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-09-17 11:09:41 +0300
committerPatrick Delaunay <patrick.delaunay@st.com>2019-10-22 11:56:32 +0300
commit6600859eaeb66961ced7c69d06c70cb08957844a (patch)
treeaebeddd80acc557f66318d81c209c7090d966b36 /configs/stm32f429-discovery_defconfig
parent44510daea4d07fee736dd90411c4b503340b449e (diff)
downloadu-boot-6600859eaeb66961ced7c69d06c70cb08957844a.tar.xz
configs: stm32f429-discovery: 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/stm32f429-discovery_defconfig')
-rw-r--r--configs/stm32f429-discovery_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig
index 3c3501566c..45fdb9d2ad 100644
--- a/configs/stm32f429-discovery_defconfig
+++ b/configs/stm32f429-discovery_defconfig
@@ -21,5 +21,6 @@ CONFIG_CMD_TIMER=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="stm32f429-disco"
CONFIG_ENV_IS_IN_FLASH=y
+# CONFIG_NET is not set
# CONFIG_MMC is not set
CONFIG_MTD_NOR_FLASH=y