[U-Boot] [PATCH] powerpc/corenet_ds: Enable DHCP suport

11 Nov
2010
11 Nov
'10
8:40 a.m.
Signed-off-by: Kumar Gala galak@kernel.crashing.org --- include/configs/corenet_ds.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 7ad9c69..454a30a 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -478,6 +478,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_PING #define CONFIG_CMD_SETEXPR +#define CONFIG_CMD_DHCP
#ifdef CONFIG_PCI #define CONFIG_CMD_PCI
--
1.7.2.3

12 Nov
12 Nov
4:47 p.m.
On Nov 11, 2010, at 1:40 AM, Kumar Gala wrote:
Signed-off-by: Kumar Gala galak@kernel.crashing.org
include/configs/corenet_ds.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
applied to 85xx
- k
5291
Age (days ago)
5292
Last active (days ago)
1 comments
1 participants
participants (1)
-
Kumar Gala