[U-Boot] [PATCH] MPC8315ERDB: Enable DHCP support
Marek Vasut
marex at denx.de
Sun Mar 4 18:17:52 UTC 2018
Enable DHCP support for this board.
Signed-off-by: Marek Vasut <marex at denx.de>
From: Ed Bartosh <ed.bartosh at linux.intel.com>
Cc: Tom Rini <trini at konsulko.com>
---
NOTE: This patch is here just to get rid of extra patches in OE
recipes. This is the last one we have pending there.
---
configs/MPC8315ERDB_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/MPC8315ERDB_defconfig b/configs/MPC8315ERDB_defconfig
index c931624bf0..e6f9224141 100644
--- a/configs/MPC8315ERDB_defconfig
+++ b/configs/MPC8315ERDB_defconfig
@@ -13,6 +13,7 @@ CONFIG_CMD_PCI=y
CONFIG_CMD_SATA=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_DATE=y
--
2.15.1
More information about the U-Boot
mailing list