diff options
author | Jens Gehrlein | 2008-01-29 08:45:03 +0100 |
---|---|---|
committer | Kim Phillips | 2008-01-29 11:53:21 -0600 |
commit | 7047b388876e7b905b2ec4edb8010543e3641b85 (patch) | |
tree | 9259e91164b83273780335fafbe25f6021ef4e31 | |
parent | a877004d44ca7dbc1e618add3eeb1da7c84e4bec (diff) |
TQM834x: enable DHCP
Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
-rw-r--r-- | include/configs/TQM834x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 0f734006eb3..7373d7b7c42 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -335,6 +335,7 @@ extern int tqm834x_num_flash_banks; #define CONFIG_CMD_JFFS2 #define CONFIG_CMD_MII #define CONFIG_CMD_PING +#define CONFIG_CMD_DHCP #if defined(CONFIG_PCI) #define CONFIG_CMD_PCI |