ARM: OMAP2+: Remove unnecessary ifdef around __omap2_set_globals
authorVaibhav Hiremath <hvaibhav@ti.com>
Thu, 28 Jun 2012 14:59:27 +0000 (20:29 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 4 Jul 2012 07:31:30 +0000 (00:31 -0700)
The function __omap2_set_globals() can be common across all
platforms/architectures, even in case of omap4, internally it
calls same set of functions as in __omap2_set_globals() function
(except for sdrc).
This patch adds new config flag SOC_HAS_OMAP2_SDRC to handle sdrc,
so that we can reuse same function across omap2/3/4...

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found