aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-12-20 10:05:59 -0800
committerOlof Johansson <olof@lixom.net>2011-12-20 10:05:59 -0800
commit9838309b333bfb286d9e32b6a9aea8cc1dcbb537 (patch)
treeff2044385cbbdc78cb2d96f64713ab04a10bec95 /arch/arm/mach-u300/include
parentMerge branch 'picoxcell/cleanup' into next/cleanup (diff)
parentARM: u300: delete memory.h (diff)
downloadlinux-dev-9838309b333bfb286d9e32b6a9aea8cc1dcbb537.tar.xz
linux-dev-9838309b333bfb286d9e32b6a9aea8cc1dcbb537.zip
Merge branch 'u300/cleanup' into next/cleanup
* u300/cleanup: ARM: u300: delete memory.h
Diffstat (limited to 'arch/arm/mach-u300/include')
-rw-r--r--arch/arm/mach-u300/include/mach/memory.h19
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