summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-panel.c
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-22 16:09:20 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:53 -0800
commit1258a2681914e98d51aba0a76e9849b9cc5b914b (patch)
tree71b164d0e8714a0bc1978789c879e0d9e705e81b /arch/arm/mach-tegra/board-whistler-panel.c
parent762d766b5877884267a3bf478d493ff0f6601169 (diff)
ARM: tegra: whistler: Use common IRAM carveout
Change-Id: I17abffdfc338d5e8a6e678fa38605b1aeee651fa Signed-off-by: Scott Williams <scwilliams@nvidia.com> DW: Split into logical changes Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R56b6dbaecbd330a0f547375c4680dee6217f04c3
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-panel.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-panel.c b/arch/arm/mach-tegra/board-whistler-panel.c
index 8df6604661b3..d41459fa43ff 100644
--- a/arch/arm/mach-tegra/board-whistler-panel.c
+++ b/arch/arm/mach-tegra/board-whistler-panel.c
@@ -250,13 +250,7 @@ static struct nvhost_device whistler_disp2_device = {
};
static struct nvmap_platform_carveout whistler_carveouts[] = {
- [0] = {
- .name = "iram",
- .usage_mask = NVMAP_HEAP_CARVEOUT_IRAM,
- .base = TEGRA_IRAM_BASE,
- .size = TEGRA_IRAM_SIZE,
- .buddy_size = 0, /* no buddy allocation for IRAM */
- },
+ [0] = NVMAP_HEAP_CARVEOUT_IRAM_INIT,
[1] = {
.name = "generic-0",
.usage_mask = NVMAP_HEAP_CARVEOUT_GENERIC,