diff options
author | Jason Hobbs <jason.hobbs@calxeda.com> | 2011-08-23 11:07:01 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-17 22:25:36 +0200 |
commit | e72f0b1521135f48aec7cc92eeb1e052ea6a10e9 (patch) | |
tree | c004b02651b1599e47d39162088201cc76d0ba5d | |
parent | e21669fd70bb7dd679033a3ea98bce2ca2a4b8f4 (diff) | |
download | u-boot-imx-e72f0b1521135f48aec7cc92eeb1e052ea6a10e9.zip u-boot-imx-e72f0b1521135f48aec7cc92eeb1e052ea6a10e9.tar.gz u-boot-imx-e72f0b1521135f48aec7cc92eeb1e052ea6a10e9.tar.bz2 |
arm: ca9x4_ct_vxp: enable PXE BOOTP options support
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
Cc: Matt Waddel <matt.waddel@linaro.org>
-rw-r--r-- | include/configs/ca9x4_ct_vxp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h index d68607f..c5226ab 100644 --- a/include/configs/ca9x4_ct_vxp.h +++ b/include/configs/ca9x4_ct_vxp.h @@ -96,6 +96,9 @@ #define CONFIG_BOOTP_BOOTPATH #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME +#define CONFIG_BOOTP_PXE +#define CONFIG_BOOTP_PXE_CLIENTARCH 0x100 +#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.ca9x4_ct_vxp" /* Miscellaneous configurable options */ #undef CONFIG_SYS_CLKS_IN_HZ |