summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2009-02-24 10:44:02 +0100
committerAnatolij Gustschin <agust@denx.de>2009-02-24 10:44:02 +0100
commita2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1 (patch)
treef3f8eee4d1566b4e312049e490f2bed00d4fb969 /Makefile
parent0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f (diff)
downloadblackbird-obmc-uboot-a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1.tar.gz
blackbird-obmc-uboot-a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1.zip
ARM: add an "eet" variant of the imx31_phycore board
The "eet" variant of the imx31_phycore board has an OLED display, using a s6e63d6 display controller on the first SPI interface, using GPIO57 as a chip-select for it. With this configuration you can display 256 colour BMP images in 16-bit RGB (RGB565) LCD mode. Signed-off-by: Guennadi Liakhovetski <lg@denx.de> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d0b986ddf..e8b4c13cc9 100644
--- a/Makefile
+++ b/Makefile
@@ -3029,8 +3029,12 @@ apollon_config : unconfig
imx31_litekit_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31
+imx31_phycore_eet_config \
imx31_phycore_config : unconfig
- @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31
+ @if [ -n "$(findstring _eet_,$@)" ]; then \
+ echo "#define CONFIG_IMX31_PHYCORE_EET" >> $(obj)include/config.h; \
+ fi
+ @$(MKCONFIG) -a imx31_phycore arm arm1136 imx31_phycore NULL mx31
mx31ads_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 mx31ads freescale mx31
OpenPOWER on IntegriCloud