]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
sh: Move ap325rxa board code into separate directory
authorMagnus Damm <damm@opensource.se>
Fri, 30 Oct 2009 04:23:42 +0000 (04:23 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 30 Oct 2009 05:33:43 +0000 (14:33 +0900)
Move the AP325RXA board code from a single board file
to a separate directory. This to make it easy to add
support for sdram sleep mode code.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile
arch/sh/boards/Makefile
arch/sh/boards/mach-ap325rxa/Makefile [new file with mode: 0644]
arch/sh/boards/mach-ap325rxa/setup.c [moved from arch/sh/boards/board-ap325rxa.c with 100% similarity]

index 66e40aabc60072957204c9928997a368d75dddd7..3ce000eb5570da788b8ba74b5fd649f2004f42c1 100644 (file)
@@ -136,6 +136,7 @@ machdir-$(CONFIG_SH_7751_SYSTEMH)           += mach-systemh
 machdir-$(CONFIG_SH_EDOSK7705)                 += mach-edosk7705
 machdir-$(CONFIG_SH_HIGHLANDER)                        += mach-highlander
 machdir-$(CONFIG_SH_MIGOR)                     += mach-migor
+machdir-$(CONFIG_SH_AP325RXA)                  += mach-ap325rxa
 machdir-$(CONFIG_SH_KFR2R09)                   += mach-kfr2r09
 machdir-$(CONFIG_SH_ECOVEC)                    += mach-ecovec24
 machdir-$(CONFIG_SH_SDK7780)                   += mach-sdk7780
index 7baa2109023147f075b7d4c5e9cb2ecde248968e..ce0f2638178469b53fbd497c3ee4928efeae5cce 100644 (file)
@@ -1,7 +1,6 @@
 #
 # Specific board support, not covered by a mach group.
 #
-obj-$(CONFIG_SH_AP325RXA)      += board-ap325rxa.o
 obj-$(CONFIG_SH_MAGIC_PANEL_R2)        += board-magicpanelr2.o
 obj-$(CONFIG_SH_SH7785LCR)     += board-sh7785lcr.o
 obj-$(CONFIG_SH_URQUELL)       += board-urquell.o
diff --git a/arch/sh/boards/mach-ap325rxa/Makefile b/arch/sh/boards/mach-ap325rxa/Makefile
new file mode 100644 (file)
index 0000000..0ad249d
--- /dev/null
@@ -0,0 +1,2 @@
+obj-y   := setup.o
+