From cdfb31a14c8d7f17af7640abcba88b856c2388b9 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Wed, 24 Feb 2010 18:50:48 +0800 Subject: 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 --- include/configs/stmp378x_dev.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/configs/stmp378x_dev.h') 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 #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 -- cgit v1.1