git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7abf923
)
ls1088a: remove dhcp function from u-boot env as boot source
author
Pramod Kumar
<pramod.kumar_1@nxp.com>
Fri, 14 Sep 2018 11:24:33 +0000
(16:54 +0530)
committer
York Sun
<york.sun@nxp.com>
Thu, 27 Sep 2018 15:58:53 +0000
(08:58 -0700)
Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/ls1088ardb.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1088ardb.h
b/include/configs/ls1088ardb.h
index
eb220bf
..
363154a
100644
(file)
--- 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