Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[pandora-kernel.git] / arch / arm / plat-stmp3xxx / include / mach / memory.h
1 /*
2  * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
3  * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
4  */
5
6 /*
7  * The code contained herein is licensed under the GNU General Public
8  * License. You may obtain a copy of the GNU General Public License
9  * Version 2 or later at the following locations:
10  *
11  * http://www.opensource.org/licenses/gpl-license.html
12  * http://www.gnu.org/copyleft/gpl.html
13  */
14 #ifndef __ASM_ARCH_MEMORY_H
15 #define __ASM_ARCH_MEMORY_H
16
17 /*
18  * Physical DRAM offset.
19  */
20 #define PLAT_PHYS_OFFSET        UL(0x40000000)
21
22 #endif