aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorInderpal Singh <inderpal.singh@linaro.org>2012-10-23 17:16:08 +0530
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:42 -0700
commita111cd0051581055481d6ed9df21804b9db1727a (patch)
tree7d142d019d6f8f382b9e84328c2164a3dbecc501 /include
parente4d8b1a03c918b8c47afb49590d1c79d829fc4d0 (diff)
Add DNW Support for Origen Quad board
Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/origen_quad.h21
1 files changed, 19 insertions, 2 deletions
diff --git a/include/configs/origen_quad.h b/include/configs/origen_quad.h
index 7e39ee1d3..4e09359a6 100644
--- a/include/configs/origen_quad.h
+++ b/include/configs/origen_quad.h
@@ -30,6 +30,7 @@
/*
* High Level Configuration Options
*/
+#define CONFIG_CMD_BOOTZ
#define CONFIG_SAMSUNG /* in a SAMSUNG core */
#define CONFIG_S5P /* S5P Family */
#define CONFIG_EXYNOS4 /* which is in a Exynos4 series */
@@ -39,6 +40,15 @@
#define CONFIG_IDENT_STRING " for Insignal Origen"
#define CONFIG_MACH_TYPE 3455
+#define CONFIG_ARMV7 1 /* This is an ARM V7 CPU core */
+#define CONFIG_CPU_EXYNOS4X12 1 /* which is in a Exynos4X12 */
+#define CONFIG_S5PC210 1 /* which is in a S5PC210 */
+#define CONFIG_S5PC220 1 /* which is in a S5PC220 */
+#define CONFIG_SMDKC210 1
+#define CONFIG_SMDKC220 1
+#define CONFIG_EXYNOS4212 1
+#define CONFIG_EXYNOS4412_EVT1 1
+
#include <asm/arch/cpu.h> /* get chip and board defs */
/*
@@ -144,7 +154,6 @@
#include <config_cmd_default.h>
#undef CONFIG_CMD_NET
#undef CONFIG_CMD_NFS
-
/*
* Environment
*/
@@ -179,5 +188,13 @@
#define CONFIG_OF_LIBFDT
/* Boot Argument Buffer Size */
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
+/* USB Options */
+#define CONFIG_CMD_USB
+#ifdef CONFIG_CMD_USB
+#define CONFIG_USB_OHCI
+#define CONFIG_S3C_USBD
+#define USBD_DOWN_ADDR 0xC0000000
+#endif
+#define CONFIG_OF_LIBFDT
-#endif /* __CONFIG_ORIGEN_QUAD_H */
+#endif