sleep24xx.S (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) sleep24xx.S (ee0839c22cdda7f2e5f06e2d0351e2b49e0975ff)
1/*
2 * linux/arch/arm/mach-omap2/sleep.S
3 *
4 * (C) Copyright 2004
5 * Texas Instruments, <www.ti.com>
6 * Richard Woodruff <r-woodruff2@ti.com>
7 *
8 * (C) Copyright 2006 Nokia Corporation

--- 13 unchanged lines hidden (view full) ---

22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25 * MA 02111-1307 USA
26 */
27
28#include <linux/linkage.h>
29#include <asm/assembler.h>
1/*
2 * linux/arch/arm/mach-omap2/sleep.S
3 *
4 * (C) Copyright 2004
5 * Texas Instruments, <www.ti.com>
6 * Richard Woodruff <r-woodruff2@ti.com>
7 *
8 * (C) Copyright 2006 Nokia Corporation

--- 13 unchanged lines hidden (view full) ---

22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25 * MA 02111-1307 USA
26 */
27
28#include <linux/linkage.h>
29#include <asm/assembler.h>
30#include <mach/io.h>
31
32#include <plat/omap24xx.h>
33
34#include "sdrc.h"
35
36/* First address of reserved address space? apparently valid for OMAP2 & 3 */
37#define A_SDRC0_V (0xC0000000)
38

--- 88 unchanged lines hidden ---
30
31#include <plat/omap24xx.h>
32
33#include "sdrc.h"
34
35/* First address of reserved address space? apparently valid for OMAP2 & 3 */
36#define A_SDRC0_V (0xC0000000)
37

--- 88 unchanged lines hidden ---