diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-08-21 00:19:15 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-09-17 21:44:22 +0200 |
commit | fddb770dbe468876ea6562e21f817813baa15082 (patch) | |
tree | 4fa86b10675ff495b69882994bc9fd6156d44e74 /arch/arm/mach-tegra/iomap.h | |
parent | ARM: tegra: delete gpio-names.h (diff) | |
download | linux-fddb770dbe468876ea6562e21f817813baa15082.tar.xz linux-fddb770dbe468876ea6562e21f817813baa15082.zip |
ARM: tegra: move resume vector define to irammap.h
irammap.h's purpose is to define the layout/usage of IRAM. As such,
TEGRA_IRAM_CODE_AREA should have been added there rather than iomap.h.
Move the define, and rename it something more descriptive.
Cc: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r-- | arch/arm/mach-tegra/iomap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h index 3f5fa0749bde..7e0c1809c2dc 100644 --- a/arch/arm/mach-tegra/iomap.h +++ b/arch/arm/mach-tegra/iomap.h @@ -24,8 +24,6 @@ #define TEGRA_IRAM_BASE 0x40000000 #define TEGRA_IRAM_SIZE SZ_256K -#define TEGRA_IRAM_CODE_AREA (TEGRA_IRAM_BASE + SZ_4K) - #define TEGRA_HOST1X_BASE 0x50000000 #define TEGRA_HOST1X_SIZE 0x24000 |