diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-30 04:23:51 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-30 14:33:44 +0900 |
commit | 86c7d03a0fe4241e64eb19b86544647c8ee4bac9 (patch) | |
tree | 8c73bac966ed65aafadd52e0b18ad8c20ab11c05 /arch/sh/boards/mach-ap325rxa/Makefile | |
parent | 53528928d1260747c294b63218d9886c74df4c31 (diff) |
sh: Add ap325rxa specific memory pre/post sleep code
Add self-refresh handling code for the AP325RXA board.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-ap325rxa/Makefile')
-rw-r--r-- | arch/sh/boards/mach-ap325rxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ap325rxa/Makefile b/arch/sh/boards/mach-ap325rxa/Makefile index 0ad249dbd35..4cf1774d261 100644 --- a/arch/sh/boards/mach-ap325rxa/Makefile +++ b/arch/sh/boards/mach-ap325rxa/Makefile @@ -1,2 +1,2 @@ -obj-y := setup.o +obj-y := setup.o sdram.o |