summaryrefslogtreecommitdiff
path: root/include/configs/mx51_bbg_android.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2010-02-24 18:50:48 +0800
committerTerry Lv <r65388@freescale.com>2010-03-04 15:00:45 +0800
commitcdfb31a14c8d7f17af7640abcba88b856c2388b9 (patch)
tree0a2a5ba74ac4c98e781c991bf1cb332a96ee470a /include/configs/mx51_bbg_android.h
parentbd6578e46d1ba93ffe6e00147704d7d18c7e5573 (diff)
downloadu-boot-imx-cdfb31a14c8d7f17af7640abcba88b856c2388b9.zip
u-boot-imx-cdfb31a14c8d7f17af7640abcba88b856c2388b9.tar.gz
u-boot-imx-cdfb31a14c8d7f17af7640abcba88b856c2388b9.tar.bz2
ENGR00121079: Unable to get IP address in uboot
It was found that the failure is caused by sending DCHP Discover request with empty "Parameter Request List" option. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx51_bbg_android.h')
-rw-r--r--include/configs/mx51_bbg_android.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx51_bbg_android.h b/include/configs/mx51_bbg_android.h
index 07663be..97e5ff3 100644
--- a/include/configs/mx51_bbg_android.h
+++ b/include/configs/mx51_bbg_android.h
@@ -73,6 +73,9 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_DNS
#define CONFIG_CMD_MII
#define CONFIG_CMD_NET
#define CONFIG_NET_RETRY_COUNT 100