aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-11-29 16:46:40 +0530
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:43 -0700
commit7902aa34edf3bac56b986e18328c8a8c2ef7304d (patch)
tree21e06f21a137239fef881d4bbac693ecb719bb38 /include
parenta111cd0051581055481d6ed9df21804b9db1727a (diff)
Origen: Add DNW support
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/origen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h
index 1f013386a..cfdaac5a7 100644
--- a/include/configs/origen.h
+++ b/include/configs/origen.h
@@ -28,6 +28,7 @@
/* High Level Configuration Options */
#define CONFIG_SAMSUNG 1 /* SAMSUNG core */
#define CONFIG_S5P 1 /* S5P Family */
+#define CONFIG_S5PC210 1 /* which is a EXYNOS4210 SoC */
#define CONFIG_EXYNOS4210 1 /* which is a EXYNOS4210 SoC */
#define CONFIG_ORIGEN 1 /* working with ORIGEN*/
@@ -177,6 +178,13 @@
#define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
#define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512)
+#define CONFIG_CMD_USB
+#ifdef CONFIG_CMD_USB
+#define CONFIG_USB_OHCI
+#define CONFIG_S3C_USBD
+#define USBD_DOWN_ADDR 0xC0000000
+#endif
+
/* Enable devicetree support */
#define CONFIG_OF_LIBFDT
#endif /* __CONFIG_H */