summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2022-09-06 12:33:27 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-09-06 16:11:20 +0200
commit3da388c52e3aa6dc64af4da07d5684c7f08fc3bf (patch)
treea2bf30049abc49062d5c974431b444c9f03e66d4
parent8e21b3a4585b021e182de30f87e1159b98f8ac9e (diff)
downloadDistroKit-3da388c52e3aa6dc64af4da07d5684c7f08fc3bf.tar.gz
DistroKit-3da388c52e3aa6dc64af4da07d5684c7f08fc3bf.tar.xz
v7a: barebox: enabled CONFIG_CMD_MIITOOL in the generic config
It was enabled for mx6&rpi&stm32mp, but not for am335x&at91&vexpress. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Link: https://lore.pengutronix.de/20220906103328.3303545-3-jlu@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-v7a/barebox.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config
index e5dbe66..b7d48a3 100644
--- a/configs/platform-v7a/barebox.config
+++ b/configs/platform-v7a/barebox.config
@@ -356,7 +356,7 @@ CONFIG_CMD_TRUE=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_HOST=y
CONFIG_NET_CMD_IFUP=y
-# CONFIG_CMD_MIITOOL is not set
+CONFIG_CMD_MIITOOL=y
CONFIG_CMD_PING=y
CONFIG_CMD_TFTP=y
CONFIG_CMD_IP_ROUTE_GET=y