2009-04-23 10:22:13 +01:00
|
|
|
/*
|
|
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
|
2011-08-09 21:03:43 +02:00
|
|
|
#define PLAT_PHYS_OFFSET UL(0x48000000)
|
2011-10-08 21:07:42 +02:00
|
|
|
#define BOOT_PARAMS_OFFSET 0x100
|
2009-04-23 10:22:13 +01:00
|
|
|
|
|
|
|
|
#endif
|