~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-stmp3xxx/include/mach/memory.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
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