summaryrefslogtreecommitdiff
path: root/include/configs/ls1043a_common.h
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <ykaukab@suse.de>2019-01-29 16:38:40 +0100
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-03-03 20:56:00 +0530
commit688cdf4caddd0cb03de13b00a700a3b6fd8ce8d2 (patch)
treee6f65325eccbbfd1b6119e44cb7c0ce07b6ecb18 /include/configs/ls1043a_common.h
parentc504b0d62c6d41a074caa3c9801cae135557f3d3 (diff)
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 <ykaukab@suse.de> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'include/configs/ls1043a_common.h')
-rw-r--r--include/configs/ls1043a_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 662b573ed9..73b048b3e9 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 <config_distro_bootcmd.h>
#endif