projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb41fc
)
board: ls1046a: enable dhcp boot
author
Mian Yousaf Kaukab
<ykaukab@suse.de>
Tue, 29 Jan 2019 15:38:37 +0000
(16:38 +0100)
committer
Prabhakar Kushwaha
<prabhakar.kushwaha@nxp.com>
Sun, 3 Mar 2019 15:26:00 +0000
(20:56 +0530)
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>
include/configs/ls1046a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1046a_common.h
b/include/configs/ls1046a_common.h
index 0266681c52bb012bce9c5adbf3a3d335ce99f271..560ac1d13dd8b997663afc0da2a5bd86316835e1 100644
(file)
--- a/
include/configs/ls1046a_common.h
+++ b/
include/configs/ls1046a_common.h
@@
-212,7
+212,8
@@
#define BOOT_TARGET_DEVICES(func) \
func(SCSI, scsi, 0) \
func(MMC, mmc, 0) \
- func(USB, usb, 0)
+ func(USB, usb, 0) \
+ func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>
#endif