From: Kyungmin Park Date: Thu, 18 Feb 2010 08:14:51 +0000 (+0900) Subject: s5pc110: aquila: Disable TFTPBOOT over USB X-Git-Tag: JB12_20100218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac7c5b6341a189659b340de999cd76f4aea2f3d7;p=kernel%2Fu-boot.git s5pc110: aquila: Disable TFTPBOOT over USB Signed-off-by: Kyungmin Park --- diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index 453d7da..5e04fdc 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -123,17 +123,21 @@ #define CONFIG_SYS_64BIT_VSPRINTF 1 -#define CONFIG_BOOTDELAY 10 +#define CONFIG_BOOTDELAY 1 #define CONFIG_ZERO_BOOTDELAY_CHECK +/* To use the TFTPBOOT over USB, Please enable the CONFIG_CMD_NET */ +#undef CONFIG_CMD_NET + +#ifdef CONFIG_CMD_NET /* Ethernet */ #define CONFIG_NET_MULTI 1 #define CONFIG_NET_RETRY_COUNT 2 #define CONFIG_NET_DO_NOT_TRY_ANOTHER 1 /* Configure Ethernet over USB */ -/*#define CONFIG_USB_ETH_RNDIS 1*/ +#define CONFIG_USB_ETH_RNDIS 1 #define CONFIG_USB_GADGET 1 #define CONFIG_USB_GADGET_S3C_UDC_OTG 1 #define CONFIG_USB_GADGET_DUALSPEED 1 @@ -146,6 +150,7 @@ #define CONFIG_USB_CDC_PRODUCT_ID 0xa4a1 #define CONFIG_USB_RNDIS_VENDOR_ID 0x0525 #define CONFIG_USB_RNDIS_PRODUCT_ID 0xa4a2 +#endif #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_IPADDR 192.168.129.3