aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer@boggieman.(none)>2009-12-05 20:14:29 +0100
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2011-12-10 15:38:02 +0100
commit248e378709c23f8bf8b53fe86a423e1943b1ec7c (patch)
tree7ae5e7eff09d9580a79cf1ec1c412be8b9ac0da6
parenta38564840e1c7599f1ced03041487760173fce77 (diff)
downloadlinux-hpc-v2.6.29-hpc.tar.gz
Seems like it infact only got 640x480x2 bytes so the size is probably correct. So reset it to the mp900/c standard. We want to see it boot before we fiddle to much.v2.6.29-hpc
-rw-r--r--arch/arm/mach-pxa/bsquare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/bsquare.c b/arch/arm/mach-pxa/bsquare.c
index d66eb3fc21e07c..d0b4e0b3b933c1 100644
--- a/arch/arm/mach-pxa/bsquare.c
+++ b/arch/arm/mach-pxa/bsquare.c
@@ -28,7 +28,7 @@
#define EPSONREGSTART 0x0C000000
#define EPSONREGLEN 0x00200000
#define EPSONFBSTART 0x0C200000
-#define EPSONFBLEN 1280*1024*2
+#define EPSONFBLEN 1280*1024
static void isp116x_pfm_delay(struct device *dev, int delay)
{