projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bdedf1
)
rockchip: Add PXE and DHCP to the default boot targets
author
Sjoerd Simons
<
[email protected]
>
Wed, 11 Jan 2017 10:46:15 +0000
(11:46 +0100)
committer
Simon Glass
<
[email protected]
>
Thu, 12 Jan 2017 03:24:19 +0000
(20:24 -0700)
Now that at least on the firefly board we have network support, enable
PXE and DHCP boot targets by default.
Signed-off-by: Sjoerd Simons <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Acked-by: Joe Hershberger <
[email protected]
>
include/configs/rockchip-common.h
patch
|
blob
|
history
diff --git
a/include/configs/rockchip-common.h
b/include/configs/rockchip-common.h
index 9ec71c4baaae588c23410ea04b398ffe992be82c..be53e659ee81f1612e434af1cb1471e3e04fcfdb 100644
(file)
--- a/
include/configs/rockchip-common.h
+++ b/
include/configs/rockchip-common.h
@@
-14,7
+14,9
@@
/* First try to boot from SD (index 0), then eMMC (index 1 */
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
- func(MMC, mmc, 1)
+ func(MMC, mmc, 1) \
+ func(PXE, pxe, na) \
+ func(DHCP, dchp, na)
/* Enable gpt partition table */
#define CONFIG_CMD_GPT