summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot/2011.06/0011-beagleboard-enable-networking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot/2011.06/0011-beagleboard-enable-networking.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot/2011.06/0011-beagleboard-enable-networking.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.06/0011-beagleboard-enable-networking.patch b/recipes-bsp/u-boot/u-boot/2011.06/0011-beagleboard-enable-networking.patch
deleted file mode 100644
index 1935475d..00000000
--- a/recipes-bsp/u-boot/u-boot/2011.06/0011-beagleboard-enable-networking.patch
+++ /dev/null
@@ -1,45 +0,0 @@
1From c3d4be5f60700c3e30f00818211775a2c8398e2f Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Fri, 17 Jun 2011 09:31:09 +0200
4Subject: [PATCH 11/30] beagleboard: enable networking
5
6---
7 include/configs/omap3_beagle.h | 10 ++++++++--
8 1 files changed, 8 insertions(+), 2 deletions(-)
9
10diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
11index d5f98da..2daf06d 100644
12--- a/include/configs/omap3_beagle.h
13+++ b/include/configs/omap3_beagle.h
14@@ -129,6 +129,10 @@
15 #define CONFIG_CMD_USB
16 #define CONFIG_USB_EHCI
17 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
18+#define CONFIG_USB_HOST_ETHER
19+#define CONFIG_USB_ETHER_SMSC95XX
20+
21+#define CONFIG_NET_MULTI
22
23 /* commands to include */
24 #include <config_cmd_default.h>
25@@ -149,13 +153,15 @@
26 #define CONFIG_USB_STORAGE /* USB storage support */
27 #define CONFIG_CMD_NAND /* NAND support */
28 #define CONFIG_CMD_LED /* LED support */
29+#define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
30+#define CONFIG_CMD_NFS /* NFS support */
31+#define CONFIG_CMD_PING
32+
33
34 #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
35 #undef CONFIG_CMD_FPGA /* FPGA configuration Support */
36 #undef CONFIG_CMD_IMI /* iminfo */
37 #undef CONFIG_CMD_IMLS /* List all found images */
38-#undef CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
39-#undef CONFIG_CMD_NFS /* NFS support */
40
41 #define CONFIG_SYS_NO_FLASH
42 #define CONFIG_HARD_I2C 1
43--
441.6.6.1
45