summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPramod Kumar <[email protected]>2018-09-14 16:54:33 +0530
committerYork Sun <[email protected]>2018-09-27 08:58:53 -0700
commit863e42e8b1f9e97d87919e20e34a7b98089f7522 (patch)
tree042c37c712f0a64f0e61885e077fc3b804477fb0 /include
parent7abf92327f42a6d5254079b2f885f23e536bc46c (diff)
ls1088a: remove dhcp function from u-boot env as boot source
Signed-off-by: Pramod Kumar <[email protected]> Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls1088ardb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index eb220bf6e9a..363154a40b3 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/configs/ls1088ardb.h
@@ -455,8 +455,7 @@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
- func(SCSI, scsi, 0) \
- func(DHCP, dhcp, na)
+ func(SCSI, scsi, 0)
#include <config_distro_bootcmd.h>
#endif