aboutsummaryrefslogtreecommitdiff
path: root/include/configs/omap4_panda.h
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-06-30 12:47:47 +0100
commit0058c35ca17493ebddabd7ea5623222b06032b47 (patch)
treec4d9477d59b78441b63c9fe17838af814726b741 /include/configs/omap4_panda.h
parentdaa21dc5e4d2dde483f101f27538d7d488bdfb76 (diff)
arm: omap4_panda: Enable pxecfg support2011.06.4
Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'include/configs/omap4_panda.h')
-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 0fcdf4681..1e6e056e4 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -134,6 +134,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