diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-29 10:52:23 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-30 11:59:26 +0900 |
commit | 3b9f2952a3eda738f5f2d7610b76e284cbac581f (patch) | |
tree | 23937cebe892efcb3d5d8767c0b5606f61aece4a /arch/sh/boards/mach-se/7724/Makefile | |
parent | 67e522d0f91349127b3e0e536578be484cdb3367 (diff) |
sh: Add ms7724se specific memory pre/post sleep code
Add self-refresh handling code for the MS7724SE 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-se/7724/Makefile')
-rw-r--r-- | arch/sh/boards/mach-se/7724/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7724/Makefile b/arch/sh/boards/mach-se/7724/Makefile index 349cbd6ce82..a08b36830f0 100644 --- a/arch/sh/boards/mach-se/7724/Makefile +++ b/arch/sh/boards/mach-se/7724/Makefile @@ -7,4 +7,4 @@ # # -obj-y := setup.o irq.o
\ No newline at end of file +obj-y := setup.o irq.o sdram.o |