summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/2011.06/0014-beagleboard-enable-asix-driver-and-dhcp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/2011.06/0014-beagleboard-enable-asix-driver-and-dhcp.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/2011.06/0014-beagleboard-enable-asix-driver-and-dhcp.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.06/0014-beagleboard-enable-asix-driver-and-dhcp.patch b/recipes-bsp/u-boot/u-boot/2011.06/0014-beagleboard-enable-asix-driver-and-dhcp.patch
deleted file mode 100644
index b14d227c..00000000
--- a/recipes-bsp/u-boot/u-boot/2011.06/0014-beagleboard-enable-asix-driver-and-dhcp.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From b8f56a9f7ab18641dd0f4529333b00918d34c95d Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Fri, 17 Jun 2011 09:47:08 +0200
4Subject: [PATCH 14/30] beagleboard: enable asix driver and dhcp
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 include/configs/omap3_beagle.h | 3 ++-
9 1 files changed, 2 insertions(+), 1 deletions(-)
10
11diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
12index dbb77fb..49e9dd3 100644
13--- a/include/configs/omap3_beagle.h
14+++ b/include/configs/omap3_beagle.h
15@@ -131,6 +131,7 @@
16 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
17 #define CONFIG_USB_HOST_ETHER
18 #define CONFIG_USB_ETHER_SMSC95XX
19+#define CONFIG_USB_ETHER_ASIX
20
21 #define CONFIG_NET_MULTI
22
23@@ -156,7 +157,7 @@
24 #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
25 #define CONFIG_CMD_NFS /* NFS support */
26 #define CONFIG_CMD_PING
27-
28+#define CONFIG_CMD_DHCP
29
30 #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
31 #undef CONFIG_CMD_FPGA /* FPGA configuration Support */
32--
331.6.6.1
34