summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/lx2160a_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index fe0db770e86..7adb31d81d5 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -280,7 +280,8 @@ unsigned long get_board_ddr_clk(void);
func(USB, usb, 0) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \
- func(SCSI, scsi, 0)
+ func(SCSI, scsi, 0) \
+ func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>
#endif /* __LX2_COMMON_H */