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:
d16d37b
)
include/configs: ls1012afrwy: support dhcp boot
author
Biwen Li
<biwen.li@nxp.com>
Wed, 22 Apr 2020 10:06:58 +0000
(18:06 +0800)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 28 Apr 2020 12:16:46 +0000
(17:46 +0530)
Add support of dhcp boot for ls1012afrwy
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/configs/ls1012afrwy.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1012afrwy.h
b/include/configs/ls1012afrwy.h
index
6143e97
..
de68689
100644
(file)
--- a/
include/configs/ls1012afrwy.h
+++ b/
include/configs/ls1012afrwy.h
@@
-33,7
+33,8
@@
#undef BOOT_TARGET_DEVICES
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
- func(USB, usb, 0)
+ func(USB, usb, 0) \
+ func(DHCP, dhcp, na)
#endif
#undef FSL_QSPI_FLASH_SIZE