summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2009-06-15 20:59:26 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-21 16:46:33 -0400
commitd1ece0902dcc9aad0a58c498e304d0881a69091f (patch)
tree8c7e17e46478591f00b8f2f1edc07dffecaeb5b6 /include
parentb33eaa47208ec3af96ffece0877959dd66e2d910 (diff)
OMAP3517PRE-ALPHA: DDR size issue fixed.
U-Boot was printing DDR size as 0, as of now hard-coded it with macro (defined in include/configs/omap3517evm.h). TODO: - Ideally it should calculate the size baded on EMIF configuration made by primary bootloader (x-loader).
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3517evm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/omap3517evm.h b/include/configs/omap3517evm.h
index 558538bae4..c434b717a2 100644
--- a/include/configs/omap3517evm.h
+++ b/include/configs/omap3517evm.h
@@ -67,6 +67,11 @@
/* initial data */
/*
+ * DDR size interfaced
+ */
+#define CONFIG_SYS_CS0_SIZE SZ_256M
+
+/*
* Hardware drivers
*/