summaryrefslogtreecommitdiffstats
path: root/include/lcd.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2009-11-28 13:57:43 +0100
committerMarek Vasut <marek.vasut@gmail.com>2010-07-14 22:41:39 +0200
commit8c35d0c570e8776d316cfca92e42d14de1ab77d9 (patch)
tree19b059500cdeaa0663993dd6b673402a285f2afe /include/lcd.h
parentd6f324d03d7829a1da1dee8b60f91b173a3976f0 (diff)
downloadtalos-obmc-uboot-8c35d0c570e8776d316cfca92e42d14de1ab77d9.tar.gz
talos-obmc-uboot-8c35d0c570e8776d316cfca92e42d14de1ab77d9.zip
Enable PXAFB for PXA27X and PXA3XX
Diffstat (limited to 'include/lcd.h')
-rw-r--r--include/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcd.h b/include/lcd.h
index 1f85daa8a2..cd9d49d3ae 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -87,7 +87,7 @@ typedef struct vidinfo {
u_char vl_wbf; /* Wait between frames */
} vidinfo_t;
-#elif defined CONFIG_PXA250
+#elif defined CONFIG_PXA250 || defined CONFIG_PXA27X || defined CONFIG_CPU_MONAHANS
/*
* PXA LCD DMA descriptor
*/
OpenPOWER on IntegriCloud