summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap3/cpu.h
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2010-06-07 15:20:34 -0400
committerTom <Tom@bumblecow.com>2010-06-08 10:07:18 -0500
commitcae377b59a179e34d27cd6b79dee24d967de839c (patch)
tree320db8b314e8466368062f96f47f8fa0a26ec930 /arch/arm/include/asm/arch-omap3/cpu.h
parentd11212e3772c8fe43a1f487bbf58f3341118a241 (diff)
downloadtalos-obmc-uboot-cae377b59a179e34d27cd6b79dee24d967de839c.tar.gz
talos-obmc-uboot-cae377b59a179e34d27cd6b79dee24d967de839c.zip
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 'arch/arm/include/asm/arch-omap3/cpu.h')
-rw-r--r--arch/arm/include/asm/arch-omap3/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/cpu.h b/arch/arm/include/asm/arch-omap3/cpu.h
index aa8de32450..ce16da7f8b 100644
--- a/arch/arm/include/asm/arch-omap3/cpu.h
+++ b/arch/arm/include/asm/arch-omap3/cpu.h
@@ -215,6 +215,7 @@ struct sdrc {
u8 res4[0xC];
struct sdrc_cs cs[2]; /* 0x80 || 0xB0 */
};
+
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL_STRICT_NAMES */
OpenPOWER on IntegriCloud