From patchwork Wed Apr 22 10:06:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Biwen Li \(OSS\)" X-Patchwork-Id: 238271 List-Id: U-Boot discussion From: biwen.li at oss.nxp.com (Biwen Li) Date: Wed, 22 Apr 2020 18:06:58 +0800 Subject: [v3] include/configs: ls1012afrwy: support dhcp boot Message-ID: <20200422100658.16647-1-biwen.li@oss.nxp.com> From: Biwen Li Add support of dhcp boot for ls1012afrwy Signed-off-by: Biwen Li Reviewed-by: Priyanka Jain --- Change in v3: - update description 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 6143e9731e..de686891a9 100644 --- a/include/configs/ls1012afrwy.h +++ b/include/configs/ls1012afrwy.h @@ -33,7 +33,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