From patchwork Wed Mar 18 05:40:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biwen Li X-Patchwork-Id: 243756 List-Id: U-Boot discussion From: biwen.li at nxp.com (Biwen Li) Date: Wed, 18 Mar 2020 13:40:25 +0800 Subject: [v2, PATCH] include/configs: ls1012afrwy: support dhcp boot Message-ID: <20200318054025.46740-1-biwen.li@nxp.com> This supports dhcp boot for ls1012afrwy Signed-off-by: Biwen Li --- Change in v2: - update subject - recover original macro - add dhcp boot include/configs/ls1012afrwy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h index dde4369c97..5fc00a9d93 100644 --- a/include/configs/ls1012afrwy.h +++ b/include/configs/ls1012afrwy.h @@ -30,7 +30,8 @@ #undef BOOT_TARGET_DEVICES #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ - func(USB, usb, 0) + func(USB, usb, 0) \ + func(DHCP, dhcp, na) #endif #undef FSL_QSPI_FLASH_SIZE