From: Mian Yousaf Kaukab Date: Tue, 29 Jan 2019 15:38:37 +0000 (+0100) Subject: board: ls1046a: enable dhcp boot X-Git-Tag: v2019.04-rc3~3^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f43cc40289ae33a8184e3cf446c0775958ee7a67;p=oweals%2Fu-boot.git board: ls1046a: enable dhcp boot dhcp boot is a useful feature and works out-of-the-box on these platforms. Enable it as a boot source. Signed-off-by: Mian Yousaf Kaukab Reviewed-by: Prabhakar Kushwaha --- diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 0266681c52..560ac1d13d 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -212,7 +212,8 @@ #define BOOT_TARGET_DEVICES(func) \ func(SCSI, scsi, 0) \ func(MMC, mmc, 0) \ - func(USB, usb, 0) + func(USB, usb, 0) \ + func(DHCP, dhcp, na) #include #endif