]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: move resume vector define to irammap.h
authorStephen Warren <swarren@nvidia.com>
Tue, 20 Aug 2013 22:19:15 +0000 (16:19 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 17 Sep 2013 19:44:22 +0000 (13:44 -0600)
commitfddb770dbe468876ea6562e21f817813baa15082
tree4fa86b10675ff495b69882994bc9fd6156d44e74
parent6ae894166c249398da16fe8dc5ab6112f996203b
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>
arch/arm/mach-tegra/iomap.h
arch/arm/mach-tegra/irammap.h
arch/arm/mach-tegra/pm.c
arch/arm/mach-tegra/reset.c
arch/arm/mach-tegra/sleep-tegra20.S
arch/arm/mach-tegra/sleep-tegra30.S