diff options
author | Lily Zhang <r58066@freescale.com> | 2010-04-26 10:49:43 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:20:26 +0200 |
commit | 222749bfe250395a45062ee6a6744883e1f8e6c4 (patch) | |
tree | 1b3b433dc522634d6f01d3a5189c3436893dd622 /arch/arm/mach-mx5 | |
parent | 8e11eae27029af73583e75fae66776ce2de7405a (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)
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r-- | arch/arm/mach-mx5/mx53_evk.c | 2 |
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; |