diff options
author | Magnus Damm <damm@opensource.se> | 2009-10-29 11:52:15 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-30 03:59:26 +0100 |
commit | 67e522d0f91349127b3e0e536578be484cdb3367 (patch) | |
tree | 5fc3a227aaf681509995c629e7b3835a33eb15f0 /arch/sh/boards/mach-kfr2r09/Makefile | |
parent | sh: Allow boards to register memory pre/post sleep code (diff) | |
download | linux-67e522d0f91349127b3e0e536578be484cdb3367.tar.xz linux-67e522d0f91349127b3e0e536578be484cdb3367.zip |
sh: Add kfr2r09 specific memory pre/post sleep code
Add self-refresh handling code for the KFR2R09 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-kfr2r09/Makefile')
-rw-r--r-- | arch/sh/boards/mach-kfr2r09/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/Makefile b/arch/sh/boards/mach-kfr2r09/Makefile index 5d5867826e3b..4e577a3bf658 100644 --- a/arch/sh/boards/mach-kfr2r09/Makefile +++ b/arch/sh/boards/mach-kfr2r09/Makefile @@ -1,2 +1,2 @@ -obj-y := setup.o +obj-y := setup.o sdram.o obj-$(CONFIG_FB_SH_MOBILE_LCDC) += lcd_wqvga.o |