aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ls1021atwr.h
diff options
context:
space:
mode:
authorYunfeng Ding <yunfeng.ding@nxp.com>2019-02-19 14:44:04 +0800
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-03-03 22:01:19 +0530
commitd2c49aad51e930e40a4bff6b4727b070248e7eb5 (patch)
treebf788c79f91423e061fc0a895a639c248408fbd0 /include/configs/ls1021atwr.h
parent7122f791414ab9a7669c9956d251e4a1b0ffb114 (diff)
downloadu-boot-d2c49aad51e930e40a4bff6b4727b070248e7eb5.zip
u-boot-d2c49aad51e930e40a4bff6b4727b070248e7eb5.tar.gz
u-boot-d2c49aad51e930e40a4bff6b4727b070248e7eb5.tar.bz2
board: Enable DHCP distro boot for LS1012a, LS1021a
Enable DHCP distro boot for Layerscape LS1012A and LS1021A. Signed-off-by: Yunfeng Ding <yunfeng.ding@nxp.com> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r--include/configs/ls1021atwr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index 2c91ae7..4b6760b 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -315,7 +315,8 @@
#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>
#ifdef CONFIG_LPUART