diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-11-29 14:51:15 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-12-19 00:35:33 +0100 |
commit | bfd912c0dd119d98923494d0cbeee571df756b8a (patch) | |
tree | 76f1fb112547f0fb31a42a777ebe0126f5cd7e74 /arch/arm/mach-u300/include/mach/memory.h | |
parent | 5611cc4572e889b62a7b4c72a413536bf6a9c416 (diff) | |
download | blackbird-op-linux-bfd912c0dd119d98923494d0cbeee571df756b8a.tar.gz blackbird-op-linux-bfd912c0dd119d98923494d0cbeee571df756b8a.zip |
ARM: u300: delete memory.h
Last merge window the memory maps for U300 were simplified so
we can now safely delete memory.h.
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 |