From: Sjoerd Simons Date: Wed, 11 Jan 2017 10:46:15 +0000 (+0100) Subject: rockchip: Add PXE and DHCP to the default boot targets X-Git-Tag: v2017.03-rc1~136^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9145c55d3248eb6b530d134c4f50cd154842d5d;p=oweals%2Fu-boot.git rockchip: Add PXE and DHCP to the default boot targets 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 Acked-by: Simon Glass Acked-by: Joe Hershberger --- diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 9ec71c4baa..be53e659ee 100644 --- 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