From: Biwen Li Date: Wed, 22 Apr 2020 10:06:58 +0000 (+0800) Subject: include/configs: ls1012afrwy: support dhcp boot X-Git-Tag: v2020.07-rc2~25^2~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fad129f3296bd4b66fcf70cfde67b70ddddc6f7e;p=oweals%2Fu-boot.git include/configs: ls1012afrwy: support dhcp boot Add support of dhcp boot for ls1012afrwy Signed-off-by: Biwen Li Reviewed-by: Priyanka Jain --- 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