aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-06-10 11:51:01 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-08-15 15:10:48 -0600
commitb8e6cf53bd692ec749304fbd7c04e11595e4f4ac (patch)
tree804745b9ab7424d4e8a0be3b3248106465ecfd90
parentaa8a36abccd53e360443a952cd1961893ab46497 (diff)
arm: omap4_panda: Enable pxecfg support
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap4_panda.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index a08a13d24..ffa55583a 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -130,6 +130,19 @@
#define CONFIG_CMD_DHCP 1
#define CONFIG_BOOTFILE "uImage"
+/* BOOTP options */
+#define CONFIG_BOOTP_BOOTFILESIZE
+#define CONFIG_BOOTP_BOOTPATH
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+
+/* PXE */
+#define CONFIG_CMD_PXECFG 1
+#define CONFIG_MENU
+#define CONFIG_BOOTP_PXE
+#define CONFIG_BOOTP_PXE_CLIENTARCH 0x100
+#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.omap4_panda"
+
/* Flash */
#define CONFIG_SYS_NO_FLASH 1