From: Yuantian Tang Date: Tue, 10 Mar 2020 03:31:05 +0000 (+0800) Subject: armv8: ls1028a: add dhcp boot target device X-Git-Tag: v2020.04-rc4~1^2~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81d9e55097ee8c495a74ae3d2ffa7f182e2e1ef8;p=oweals%2Fu-boot.git armv8: ls1028a: add dhcp boot target device Add DHCP boot target device to enable command bootcmd_dhcp. Signed-off-by: Yuantian Tang Reviewed-by: Priyanka Jain --- 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 /* Initial environment variables */