summaryrefslogtreecommitdiff
path: root/include/configs/ls1028a_common.h
diff options
context:
space:
mode:
authorYuantian Tang <andy.tang@nxp.com>2020-03-10 06:31:05 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-03-30 05:36:52 +0300
commit81d9e55097ee8c495a74ae3d2ffa7f182e2e1ef8 (patch)
tree68ac94a87c54607d79d2755c84bc1d92111d236b /include/configs/ls1028a_common.h
parentc40ebf7e43fb4bf36559aa69d9a9d63a3ce1830b (diff)
downloadu-boot-81d9e55097ee8c495a74ae3d2ffa7f182e2e1ef8.tar.xz
armv8: ls1028a: add dhcp boot target device
Add DHCP boot target device to enable command bootcmd_dhcp. Signed-off-by: Yuantian Tang <andy.tang@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1028a_common.h')
-rw-r--r--include/configs/ls1028a_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h
index 818bd710c6..2a38e9106e 100644
--- a/include/configs/ls1028a_common.h
+++ b/include/configs/ls1028a_common.h
@@ -70,7 +70,8 @@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \
- func(USB, usb, 0)
+ func(USB, usb, 0) \
+ func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>
/* Initial environment variables */