]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: separate out OMAP4 restart
authorAfzal Mohammed <afzal@ti.com>
Mon, 27 May 2013 14:35:19 +0000 (20:05 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Jun 2013 14:55:30 +0000 (07:55 -0700)
commitab4c2e1bbd316bd86b448fa0974ac66c0d2172b8
treec4887fb082884718518768753c53a480f8b59ce9
parenta27b6da42a99f4d87b8ca2d086920c978d7e8f11
ARM: OMAP2+: separate out OMAP4 restart

Separate out OMAP4 restart and have it similar to other platforms, in
a different file. Main motive is to reuse omap4-common on platforms
other than OMAP4, like AM43x, even if OMAP4 is deselected (otherwise
would have caused build breakage).

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/omap4-common.c
arch/arm/mach-omap2/omap4-restart.c [new file with mode: 0644]