From: Mian Yousaf Kaukab Date: Tue, 29 Jan 2019 15:38:34 +0000 (+0100) Subject: Revert "ls2080ardb: remove dhcp function from env as boot source" X-Git-Tag: v2025.01-rc5-pxa1908~3098^2~13 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=e0db2f42f88da0c3827b17d543e4bcaa5db10bb6;p=u-boot.git Revert "ls2080ardb: remove dhcp function from env as boot source" dhcp boot is a useful feature and works out-of-the-box for ls2088a platforms. Moreover, no solid reason is given for disabling it. Revert the patch to re-enable it. This reverts commit aea5cd75e63c20de4c00ce24a93eeee8542f923e. Signed-off-by: Mian Yousaf Kaukab Reviewed-by: Prabhakar Kushwaha --- diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index ef0f4ff48e..d3d759533d 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -333,7 +333,8 @@ unsigned long get_board_sys_clk(void); #define BOOT_TARGET_DEVICES(func) \ func(USB, usb, 0) \ func(MMC, mmc, 0) \ - func(SCSI, scsi, 0) + func(SCSI, scsi, 0) \ + func(DHCP, dhcp, na) #include #ifdef CONFIG_TFABOOT