diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-11-10 14:40:41 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-11-12 15:45:15 (GMT) |
commit | 4f55d51250c5af3069385851b37ce4273f10af04 (patch) | |
tree | 9cee5b7c201de818dfbd0d5b68d49554e4be59a1 /include/configs/corenet_ds.h | |
parent | 39c2a6eb75fabd9745c5762c8dec9d1a85dabf00 (diff) | |
download | u-boot-fsl-qoriq-4f55d51250c5af3069385851b37ce4273f10af04.tar.xz |
powerpc/corenet_ds: Enable DHCP suport
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/corenet_ds.h')
-rw-r--r-- | 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 2ac59e5..5b36a56 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -475,6 +475,7 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_PING #define CONFIG_CMD_SETEXPR +#define CONFIG_CMD_DHCP #ifdef CONFIG_PCI #define CONFIG_CMD_PCI |