From 0576bae1064379cb4fa84d6d45943bc9ad883aae Mon Sep 17 00:00:00 2001 From: Rebecca Schultz Zavin Date: Mon, 15 Nov 2010 18:49:41 -0800 Subject: [PATCH] [ARM] tegra: stingray: Set carveout size to 256M Expand the memory put aside for the carveout to 256M Change-Id: I0413df9603f860c8c66874c49620b9e556a63a4a Signed-off-by: Rebecca Schultz Zavin --- arch/arm/mach-tegra/board-stingray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 89fc6cab6290..15e0de2a9e99 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -1105,7 +1105,7 @@ void __init stingray_reserve(void) pr_info("Reserved %08lx@%08lx for ram console\n", ramconsole_start, ramconsole_size); - tegra_reserve(SZ_128M, SZ_8M, SZ_16M); + tegra_reserve(SZ_256M, SZ_8M, SZ_16M); /* * Bootloader 1021 passes the wrong address for the bootloader's -- 2.34.1