Message ID | 1456694706-911-12-git-send-email-sjoerd.simons@collabora.co.uk |
---|---|
State | New |
Headers | show |
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 427ac4b..dba1a22 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -108,7 +108,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) #include <config_distro_bootcmd.h>