aboutsummaryrefslogtreecommitdiff
path: root/include/configs/igep0020.h
diff options
context:
space:
mode:
authorJustin L Werner <justin.werner@caononical.com>2012-08-09 14:20:30 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-08-09 15:58:35 -0600
commitdc80e007bc12f30e087891873332ddb3c710c6f3 (patch)
tree26dc28b5222acf3db85a4e86c335567d9e635b18 /include/configs/igep0020.h
parent2c872ca6e22ad5e5011fcd76e4293b75b37ffed5 (diff)
PXE: add dhcp option support for better pxe support2012.05.62012.05-6
"MAGIC" - 208 - An option whose presence and content verifies to the PXELINUX bootloader that the options numbered 209-211 are for the purpose as described herein. "ConfigFile" - 209 - Configures the path/filename component of the configuration file's location, which this bootloader should use to configure itself. "PathPrefix" - 210 - Configures a value to be prepended to the ConfigFile to discern the directory location of the file. "RebootTime" - 211 - Configures a timeout after which the bootstrap program will reboot the system (most likely returning it to PXE). Signed-off-by: Justin L Werner <justin.werner@caononical.com> Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'include/configs/igep0020.h')
-rw-r--r--include/configs/igep0020.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/igep0020.h b/include/configs/igep0020.h
index 0ffd37820..844d184c1 100644
--- a/include/configs/igep0020.h
+++ b/include/configs/igep0020.h
@@ -282,6 +282,8 @@
#define CONFIG_BOOTP_PXE
#define CONFIG_BOOTP_PXE_CLIENTARCH 0x100
#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.omap3_igep0020"
+#define CONFIG_BOOTP_VENDOREX
+#define CONFIG_BOOTP_VENDOREX_PXE_SHARED
#endif /* (CONFIG_CMD_NET) */