diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2013-01-22 10:44:10 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-03-21 09:38:21 +0100 |
commit | 0698095af6a019c6ded35673a6b96af3fbf24286 (patch) | |
tree | 4cd464537e6847d30d058ab4c5f97b09f1fe23cd /include/configs/zipitz2.h | |
parent | 59155f4c502ff1045a702d3fda79a17aeda63240 (diff) | |
download | u-boot-imx-0698095af6a019c6ded35673a6b96af3fbf24286.zip u-boot-imx-0698095af6a019c6ded35673a6b96af3fbf24286.tar.gz u-boot-imx-0698095af6a019c6ded35673a6b96af3fbf24286.tar.bz2 |
lcd, pxafb: move the pxafb to drivers/video
Since the lcd code was compiled unconditionally for pxa also add
CONFIG_PXA_LCD to the boards using this framebuffer. Since
driver/video contains video and lcd drivers, add lcd to the name
to make clear it belongs to common/lcd.c.
cc: Anatolij Gustschin <agust@denx.de>
cc: Cliff Brake <cliff.brake@gmail.com>
cc: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/configs/zipitz2.h')
-rw-r--r-- | include/configs/zipitz2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index b92f70b..f79dd3b 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -103,6 +103,7 @@ #ifdef CONFIG_CMD_SPI #define CONFIG_SOFT_SPI #define CONFIG_LCD +#define CONFIG_PXA_LCD #define CONFIG_LMS283GF05 #define CONFIG_VIDEO_LOGO #define CONFIG_CMD_BMP |