summaryrefslogtreecommitdiff
path: root/include/configs/stmp378x_dev.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/stmp378x_dev.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/stmp378x_dev.h')
-rw-r--r--include/configs/stmp378x_dev.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/stmp378x_dev.h b/include/configs/stmp378x_dev.h
index c0368c3..26a5f3b 100644
--- a/include/configs/stmp378x_dev.h
+++ b/include/configs/stmp378x_dev.h
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2008 Embedded Alley Solutions, Inc.
*
- * (C) Copyright 2009 Freescale Semiconductor, Inc.
+ * (C) Copyright 2009-2010 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -136,6 +136,9 @@
#include <config_cmd_default.h>
#define CONFIG_CMD_ASKENV
#define CONFIG_CMD_DHCP
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_DNS
#undef CONFIG_CMD_DIAG
#define CONFIG_CMD_MII
#define CONFIG_CMD_PING