From 688cdf4caddd0cb03de13b00a700a3b6fd8ce8d2 Mon Sep 17 00:00:00 2001 From: Mian Yousaf Kaukab Date: Tue, 29 Jan 2019 16:38:40 +0100 Subject: board: ls1043a: 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 --- include/configs/ls1043a_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/configs/ls1043a_common.h') diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 662b573ed96..73b048b3e98 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -238,7 +238,8 @@ #ifndef CONFIG_SPL_BUILD #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ - func(USB, usb, 0) + func(USB, usb, 0) \ + func(DHCP, dhcp, na) #include #endif -- cgit v1.2.3