
-----Original Message----- From: Hiremath, Vaibhav Sent: Sunday, January 10, 2010 5:47 AM To: Hiremath, Vaibhav; u-boot@lists.denx.de Cc: Premi, Sanjeev; Tom.Rix@windriver.com; Paulraj, Sandeep Subject: RE: [PATCH 1/3] omap3: Consolidate SDRC related operations
-----Original Message----- From: Hiremath, Vaibhav Sent: Wednesday, December 23, 2009 8:16 PM To: u-boot@lists.denx.de Cc: Hiremath, Vaibhav; Premi, Sanjeev Subject: [PATCH 1/3] omap3: Consolidate SDRC related operations
Consolidated SDRC related functions into one file - sdrc.c.
Signed-off-by: Sanjeev Premi premi@ti.com
cpu/arm_cortexa8/omap3/Makefile | 3 + cpu/arm_cortexa8/omap3/board.c | 34 +------ cpu/arm_cortexa8/omap3/mem.c | 70 ------------- cpu/arm_cortexa8/omap3/sdrc.c | 169 ++++++++++++++++++++++++++++++++ cpu/arm_cortexa8/omap3/sys_info.c | 42 +-------- include/asm-arm/arch-omap3/mem.h | 14 +++ include/asm-arm/arch-omap3/sys_proto.h | 4 +- include/configs/omap3_beagle.h | 2 + include/configs/omap3_evm.h | 2 + include/configs/omap3_overo.h | 2 + include/configs/omap3_pandora.h | 2 + include/configs/omap3_sdp3430.h | 2 + include/configs/omap3_zoom1.h | 2 + include/configs/omap3_zoom2.h | 2 + 14 files changed, 204 insertions(+), 146 deletions(-) create mode 100644 cpu/arm_cortexa8/omap3/sdrc.c
[Hiremath, Vaibhav] Hi Tom and Sandeep,
We do not any review comments on this; can we merge these series of patches? I may required to refresh these patches against tip, please do let me know your opinion on this.
Yes please rebase against the latest
Thanks, Vaibhav