summaryrefslogtreecommitdiff
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2010-06-07 15:20:34 -0400
committerSandeep Paulraj <s-paulraj@ti.com>2010-06-07 15:20:34 -0400
commit8aa5c7cdc4e534df9129485ba317a2871c4f9880 (patch)
tree0e6b58885b29ce0dd6a982a72e79b80a49730e9c /include/configs/omap3_evm.h
parent16807ee411d83762804d075a3fe11f0a2b5eaf39 (diff)
downloadu-boot-imx-8aa5c7cdc4e534df9129485ba317a2871c4f9880.zip
u-boot-imx-8aa5c7cdc4e534df9129485ba317a2871c4f9880.tar.gz
u-boot-imx-8aa5c7cdc4e534df9129485ba317a2871c4f9880.tar.bz2
omap3: Consolidate SDRC related operations
Consolidated SDRC related functions into one file - sdrc.c And also replaced sdrc_init with generic memory init function (mem_init), this generalization of omap memory setup is necessary to support the new emif4 interface introduced in AM3517. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 88af492..af7c65a 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -42,6 +42,8 @@
#define CONFIG_OMAP3430 1 /* which is in a 3430 */
#define CONFIG_OMAP3_EVM 1 /* working with EVM */
+#define CONFIG_SDRC /* The chip has SDRC controller */
+
#include <asm/arch/cpu.h> /* get chip and board defs */
#include <asm/arch/omap3.h>