diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-30 04:23:59 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-30 14:33:46 +0900 |
commit | eb0cd9e88c6a6561055b32a17d44d8918aecc3c7 (patch) | |
tree | 7f91f60d07f07bc5b06879ee534958eb5ebc8de5 /arch/sh/boards/mach-ecovec24/Makefile | |
parent | 86c7d03a0fe4241e64eb19b86544647c8ee4bac9 (diff) | |
download | blackbird-obmc-linux-eb0cd9e88c6a6561055b32a17d44d8918aecc3c7.tar.gz blackbird-obmc-linux-eb0cd9e88c6a6561055b32a17d44d8918aecc3c7.zip |
sh: Add Ecovec24 specific memory pre/post sleep code
Add self-refresh handling code for the Ecovec24 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-ecovec24/Makefile')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ecovec24/Makefile b/arch/sh/boards/mach-ecovec24/Makefile index 51f852151655..e69bc82208fc 100644 --- a/arch/sh/boards/mach-ecovec24/Makefile +++ b/arch/sh/boards/mach-ecovec24/Makefile @@ -6,4 +6,4 @@ # for more details. # -obj-y := setup.o
\ No newline at end of file +obj-y := setup.o sdram.o
\ No newline at end of file |