diff options
author | Olof Johansson <olof@lixom.net> | 2011-12-20 10:05:59 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-20 10:05:59 -0800 |
commit | 9838309b333bfb286d9e32b6a9aea8cc1dcbb537 (patch) | |
tree | ff2044385cbbdc78cb2d96f64713ab04a10bec95 /arch/arm/mach-u300/include/mach/memory.h | |
parent | 844e8a16f25568eefd02a6bfb40bdd9bc04704b8 (diff) | |
parent | bfd912c0dd119d98923494d0cbeee571df756b8a (diff) | |
download | linux-9838309b333bfb286d9e32b6a9aea8cc1dcbb537.tar.gz linux-9838309b333bfb286d9e32b6a9aea8cc1dcbb537.tar.bz2 linux-9838309b333bfb286d9e32b6a9aea8cc1dcbb537.zip |
Merge branch 'u300/cleanup' into next/cleanup
* u300/cleanup:
ARM: u300: delete memory.h
Diffstat (limited to 'arch/arm/mach-u300/include/mach/memory.h')
-rw-r--r-- | arch/arm/mach-u300/include/mach/memory.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-u300/include/mach/memory.h b/arch/arm/mach-u300/include/mach/memory.h deleted file mode 100644 index c808f347a081..000000000000 --- a/arch/arm/mach-u300/include/mach/memory.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * - * 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 |