projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863e42e
)
ls2080ardb: remove dhcp function from env as boot source
author
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 18 Sep 2018 05:27:27 +0000
(10:57 +0530)
committer
York Sun
<york.sun@nxp.com>
Thu, 27 Sep 2018 17:01:09 +0000
(10:01 -0700)
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/ls2080ardb.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2080ardb.h
b/include/configs/ls2080ardb.h
index
3d53a69
..
05c02df
100644
(file)
--- a/
include/configs/ls2080ardb.h
+++ b/
include/configs/ls2080ardb.h
@@
-323,8
+323,7
@@
unsigned long get_board_sys_clk(void);
#define BOOT_TARGET_DEVICES(func) \
func(USB, usb, 0) \
func(MMC, mmc, 0) \
- func(SCSI, scsi, 0) \
- func(DHCP, dhcp, na)
+ func(SCSI, scsi, 0)
#include <config_distro_bootcmd.h>
#ifdef CONFIG_QSPI_BOOT