summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Hobbs <jason.hobbs@calxeda.com>2011-06-29 11:58:30 -0500
committerJohn Rigby <john.rigby@linaro.org>2011-06-30 12:23:35 +0100
commitdaa21dc5e4d2dde483f101f27538d7d488bdfb76 (patch)
tree9e59eb4103b55a7b0702c3f5cdd98a8ab43acebb
parentb4700b8767c0b62526794c0b7beff6d02284fa55 (diff)
arm: ca9x4_ct_vxp: enable CONFIG_BOOTP_PXE
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
-rw-r--r--include/configs/ca9x4_ct_vxp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h
index f3d0e3f1f..d19ccdd5b 100644
--- a/include/configs/ca9x4_ct_vxp.h
+++ b/include/configs/ca9x4_ct_vxp.h
@@ -102,6 +102,11 @@
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_HOSTNAME
+/* PXE support */
+#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
#define CONFIG_SYS_LOAD_ADDR 0x60008000 /* load address */