From patchwork Tue Mar 10 03:31:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Tang X-Patchwork-Id: 243466 List-Id: U-Boot discussion From: andy.tang at nxp.com (andy.tang at nxp.com) Date: Tue, 10 Mar 2020 11:31:05 +0800 Subject: [PATCH] armv8: ls1028a: add dhcp boot target device Message-ID: <20200310033105.39184-1-andy.tang@nxp.com> From: Yuantian Tang Add DHCP boot target device to enable command bootcmd_dhcp. Signed-off-by: Yuantian Tang Reviewed-by: Priyanka Jain --- include/configs/ls1028a_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index 98320e22e9..94ba08acb4 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 */