summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/board-mx53_smd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx5/board-mx53_smd.c')
-rwxr-xr-xarch/arm/mach-mx5/board-mx53_smd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-mx5/board-mx53_smd.c b/arch/arm/mach-mx5/board-mx53_smd.c
index 8d341e57c17c..f205727cba3a 100755
--- a/arch/arm/mach-mx5/board-mx53_smd.c
+++ b/arch/arm/mach-mx5/board-mx53_smd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
@@ -1465,10 +1465,10 @@ static void __init mx53_smd_reserve(void)
int i;
#ifdef CONFIG_ANDROID_RAM_CONSOLE
- phys = memblock_alloc(SZ_128K, SZ_4K);
- memblock_remove(phys, SZ_128K);
+ phys = memblock_alloc(SZ_1M, SZ_4K);
+ memblock_remove(phys, SZ_1M);
ram_console_resource.start = phys;
- ram_console_resource.end = phys + SZ_128K - 1;
+ ram_console_resource.end = phys + SZ_1M - 1;
#endif
if (imx53_gpu_data.gmem_reserved_size) {