summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2010-04-26 10:49:43 +0800
committerLily Zhang <r58066@freescale.com>2010-04-26 17:01:21 +0800
commita7df6309c2dbc664b2a2830aced10d07ffbef56e (patch)
tree9c8aa57b1333983e15827d18360530cdc451fc6e
parent9e288876e5255e189a51e427257c132532f69ac9 (diff)
ENGR00122846-2 MX53: Restore the default GPU memory as 128M
This reverts commit cf848bba851157fb7c28ad2abd21f8210a4b0831. Since the kernel virtual space is changed as 2G, restore the default GPU memory as 128M to support flash 10 better. Signed-off-by: Lily Zhang <r58066@freescale.com> (cherry picked from commit 0520626886a1dcf6e13b6a4438c1fda937a32ecc)
-rw-r--r--arch/arm/mach-mx5/mx53_evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk.c b/arch/arm/mach-mx5/mx53_evk.c
index ba96549ae888..104e5f93d6e9 100644
--- a/arch/arm/mach-mx5/mx53_evk.c
+++ b/arch/arm/mach-mx5/mx53_evk.c
@@ -492,7 +492,7 @@ static void __init fixup_mxc_board(struct machine_desc *desc, struct tag *tags,
struct tag *mem_tag = 0;
int total_mem = SZ_1G;
int left_mem = 0;
- int gpu_mem = SZ_32M;
+ int gpu_mem = SZ_128M;
int fb_mem = SZ_32M;
char *str;