summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_zoom1.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2009-11-07 10:51:24 -0500
committerTom Rix <Tom.Rix@windriver.com>2009-11-27 16:26:16 -0600
commit30563a04bff73fd4fbd840b846f4b6459759a839 (patch)
tree96ea2dc50d6a2ba5fce74340795ca50ae48a21c2 /include/configs/omap3_zoom1.h
parent169a4c804dbaf11facb041b1333d394c6ceb8d68 (diff)
downloadtalos-obmc-uboot-30563a04bff73fd4fbd840b846f4b6459759a839.tar.gz
talos-obmc-uboot-30563a04bff73fd4fbd840b846f4b6459759a839.zip
OMAP3:SDRC: introduce DDR types
Micron DDR timings based on: http://www.sakoman.net/cgi-bin/gitweb.cgi?p=x-load-omap3.git;a=blob;f=include/asm/arch-omap3/mem.h;h=e6fbfe3947f5d0d85fea776e30821d4017316d86;hb=HEAD Introduce Micron DDR timings and provide CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config options to allow for platform files to setup their timings as per the type of DDR selected Reported-by: Steve Sakoman in http://www.nabble.com/forum/Permalink.jtp?root=25779518&post=25959734&page=y Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r--include/configs/omap3_zoom1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index da4b677f93..2aef973bce 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -98,6 +98,9 @@
#define CONFIG_OMAP3_MMC 1
#define CONFIG_DOS_PARTITION 1
+/* DDR - I use Micron DDR */
+#define CONFIG_OMAP3_MICRON_DDR 1
+
/* commands to include */
#include <config_cmd_default.h>
OpenPOWER on IntegriCloud