* [U-Boot] [PATCH 1/1] MX5: Unable to get ip address when using dhcp
@ 2010-10-20 6:11 Jason Liu
2010-10-20 7:10 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Jason Liu @ 2010-10-20 6:11 UTC (permalink / raw)
To: u-boot
Can't get IP address with dhcp due to the dhcp server not
allow the empty param list request under some network env
Add the advanced DHCP options to fix this issue:
CONFIG_BOOTP_SUBNETMASK
CONFIG_BOOTP_GATEWAY
CONFIG_BOOTP_DNS
Signed-off-by: Jason Liu <r64343@freescale.com>
---
include/configs/mx51evk.h | 4 ++++
include/configs/vision2.h | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 291404c..b1f673d 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -105,6 +105,10 @@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_MII
#define CONFIG_CMD_NET
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_DNS
+
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
diff --git a/include/configs/vision2.h b/include/configs/vision2.h
index a2ecbe5..7fdf17f 100644
--- a/include/configs/vision2.h
+++ b/include/configs/vision2.h
@@ -127,6 +127,10 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_MII
#define CONFIG_CMD_NET
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_DNS
+
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 1/1] MX5: Unable to get ip address when using dhcp
2010-10-20 6:11 [U-Boot] [PATCH 1/1] MX5: Unable to get ip address when using dhcp Jason Liu
@ 2010-10-20 7:10 ` Wolfgang Denk
2010-10-21 1:29 ` Jason Liu
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2010-10-20 7:10 UTC (permalink / raw)
To: u-boot
Dear Jason Liu,
In message <1287555088-3125-1-git-send-email-r64343@freescale.com> you wrote:
> Can't get IP address with dhcp due to the dhcp server not
> allow the empty param list request under some network env
>
> Add the advanced DHCP options to fix this issue:
>
> CONFIG_BOOTP_SUBNETMASK
> CONFIG_BOOTP_GATEWAY
> CONFIG_BOOTP_DNS
>
> Signed-off-by: Jason Liu <r64343@freescale.com>
Please test if Gray Remlin's patch "Fix potential empty DHCP Parameter
Request List" fixes the problem for you; see
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/86874
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Life, loathe it or ignore it, you can't like it."
- Marvin the paranoid android
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 1/1] MX5: Unable to get ip address when using dhcp
2010-10-20 7:10 ` Wolfgang Denk
@ 2010-10-21 1:29 ` Jason Liu
0 siblings, 0 replies; 3+ messages in thread
From: Jason Liu @ 2010-10-21 1:29 UTC (permalink / raw)
To: u-boot
Hi, Wolfgang,
2010/10/20 Wolfgang Denk <wd@denx.de>:
> Dear Jason Liu,
>
> In message <1287555088-3125-1-git-send-email-r64343@freescale.com> you wrote:
>> Can't get IP address with dhcp due to the dhcp server not
>> allow the empty param list request under some network env
>>
>> Add the advanced DHCP options to fix this issue:
>>
>> CONFIG_BOOTP_SUBNETMASK
>> CONFIG_BOOTP_GATEWAY
>> CONFIG_BOOTP_DNS
>>
>> Signed-off-by: Jason Liu <r64343@freescale.com>
>
> Please test if Gray Remlin's patch "Fix potential empty DHCP Parameter
> Request List" fixes the problem for you; see
> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/86874
I have tested this patch, it works. Thanks,
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> "Life, loathe it or ignore it, you can't like it."
> - Marvin the paranoid android
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-21 1:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 6:11 [U-Boot] [PATCH 1/1] MX5: Unable to get ip address when using dhcp Jason Liu
2010-10-20 7:10 ` Wolfgang Denk
2010-10-21 1:29 ` Jason Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.