summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/multi.h
Commit message (Collapse)AuthorAgeFilesLines
* omap: Start using CONFIG_SOC_OMAPTony Lindgren2011-01-271-2/+2
| | | | | | | | | | | | | | | | | We want to have just CONFIG_ARCH_OMAP2, 3 and 4. The rest are nowadays just subcategories of these. Search and replace the following: ARCH_OMAP2420 SOC_OMAP2420 ARCH_OMAP2430 SOC_OMAP2430 ARCH_OMAP3430 SOC_OMAP3430 No functional changes. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Thomas Weber <weber@corscience.de> Acked-by: Sourav Poddar <sourav.poddar@ti.com>
* omap2/3/4: Fix multi.h when omap3 and omap4 are selected without omap2Tony Lindgren2010-05-031-4/+12
| | | | | | | | | | | Otherwise we'll get an error about get_irqnr_and_base being defined twice. Add an entry for omap4, and use ARCH_OMAP3 for omap3 instead of ARCH_OMAP3430. Also fix the check for omap1 to use ARCH_OMAP2PLUS to avoid having to add ARCH_OMAP4 separately there. Signed-off-by: Tony Lindgren <tony@atomide.com>
* omap: Move multi-omap ifdeffery into it's own header fileTony Lindgren2010-02-151-0/+94
This way we can include it easily as needed also for .S files. Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
OpenPOWER on IntegriCloud