aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2442/mach-gta02.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2442/mach-gta02.c')
-rw-r--r--arch/arm/mach-s3c2442/mach-gta02.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c
index 380effad4d4..42b8cea9ff1 100644
--- a/arch/arm/mach-s3c2442/mach-gta02.c
+++ b/arch/arm/mach-s3c2442/mach-gta02.c
@@ -1439,7 +1439,8 @@ static struct glamofb_platform_data gta02_glamo_pdata = {
.lower_margin = 16,
.hsync_len = 8,
.vsync_len = 2,
- .fb_mem_size = 0x400000, /* glamo has 8 megs of SRAM. we use 4 */
+ //.fb_mem_size = 0x400000, /* glamo has 8 megs of SRAM. we use 4 */
+ .fb_mem_size = 0x12c000, /* 640 x 480 x 4 = 1200 kiB */
.xres = {
.min = 240,
.max = 640,