summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch')
-rw-r--r--meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch b/meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch
deleted file mode 100644
index ecaa1796a4..0000000000
--- a/meta/recipes-bsp/u-boot/files/MPC8315ERDB-enable-DHCP.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Enabled dhcp client functionality for Yocto reference
2hardware MPC8315E-RDB.
3
4Upstream-Status: Pending
5
6Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
7
8Index: git/configs/MPC8315ERDB_defconfig
9===================================================================
10--- git.orig/configs/MPC8315ERDB_defconfig
11+++ git/configs/MPC8315ERDB_defconfig
12@@ -12,6 +12,7 @@ CONFIG_CMD_PCI=y
13 CONFIG_CMD_SATA=y
14 CONFIG_CMD_USB=y
15 # CONFIG_CMD_SETEXPR is not set
16+CONFIG_CMD_DHCP=y
17 CONFIG_CMD_MII=y
18 CONFIG_CMD_PING=y
19 CONFIG_CMD_DATE=y