summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-09-17 10:09:42 +0200
committerPatrick Delaunay <patrick.delaunay@st.com>2019-10-22 10:56:32 +0200
commitfd697a63e2406dde052113ff800d20655dbfdb7f (patch)
tree14f03ce9056a7e4caaa58e57793ef09c5a3861d6
parent6600859eaeb66961ced7c69d06c70cb08957844a (diff)
downloadu-boot-fd697a63e2406dde052113ff800d20655dbfdb7f.tar.gz
u-boot-fd697a63e2406dde052113ff800d20655dbfdb7f.tar.xz
u-boot-fd697a63e2406dde052113ff800d20655dbfdb7f.zip
configs: stm32f429-evaluation: 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>
-rw-r--r--configs/stm32f429-evaluation_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f429-evaluation_defconfig b/configs/stm32f429-evaluation_defconfig
index 51f587f629..2b118a0dff 100644
--- a/configs/stm32f429-evaluation_defconfig
+++ b/configs/stm32f429-evaluation_defconfig
@@ -17,12 +17,12 @@ CONFIG_CMD_GPT=y
# CONFIG_RANDOM_UUID is not set
CONFIG_CMD_MMC=y
# CONFIG_CMD_SETEXPR is not set
-# CONFIG_CMD_MII is not set
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIMER=y
# CONFIG_ISO_PARTITION is not set
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="stm32429i-eval"
+# CONFIG_NET is not set
CONFIG_DM_MMC=y
CONFIG_ARM_PL180_MMCI=y
CONFIG_MTD_NOR_FLASH=y