aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include/mach/memory.h
blob: c808f347a081e03990c1b79835d7056d385ec2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *
 * arch/arm/mach-u300/include/mach/memory.h
 *
 *
 * Copyright (C) 2007-2009 ST-Ericsson AB
 * License terms: GNU General Public License (GPL) version 2
 * Memory virtual/physical mapping constants.
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 * Author: Jonas Aaberg <jonas.aberg@stericsson.com>
 */

#ifndef __MACH_MEMORY_H
#define __MACH_MEMORY_H

#define PLAT_PHYS_OFFSET	UL(0x48000000)
#define BOOT_PARAMS_OFFSET	0x100

#endif