[PATCH] lx2160a: Add dhcp in boot_targets
Meenakshi Aggarwal
meenakshi.aggarwal at nxp.com
Wed Mar 11 16:21:47 CET 2020
Add dhcp in supported boot_targets for lx2160.
Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal at nxp.com>
---
include/configs/lx2160a_common.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 0b0075a..ba10dc5 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -287,7 +287,8 @@ int select_i2c_ch_pca9547_sec(unsigned char ch);
#define BOOT_TARGET_DEVICES(func) \
func(USB, usb, 0) \
func(MMC, mmc, 0) \
- func(SCSI, scsi, 0)
+ func(SCSI, scsi, 0) \
+ func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>
#endif /* __LX2_COMMON_H */
--
1.9.1
More information about the U-Boot
mailing list