summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-panel.c
diff options
context:
space:
mode:
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,