diff options
author | Wang Huan <b18965@freescale.com> | 2014-09-05 13:52:50 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-09-08 10:30:36 -0700 |
commit | b4ecc8c6f8c85d25f72933af23531728069a5b0f (patch) | |
tree | 4830d5d6df15931cc476a48f9aa90d776f5a22e3 /board/freescale/ls1021atwr/Makefile | |
parent | 4081bf4f903cf3709a48a0d67cba7b043dd7a50e (diff) | |
download | u-boot-b4ecc8c6f8c85d25f72933af23531728069a5b0f.tar.gz |
ls102xa: dcu: Add platform support for DCU on LS1021ATWR board
This patch adds the TWR_LCD_RGB card/HDMI options and the common
configuration for DCU on LS1021ATWR board.
Signed-off-by: Alison Wang <alison.wang@freescale.com>
Diffstat (limited to 'board/freescale/ls1021atwr/Makefile')
-rw-r--r-- | board/freescale/ls1021atwr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1021atwr/Makefile b/board/freescale/ls1021atwr/Makefile index b5df668713..01296c04b2 100644 --- a/board/freescale/ls1021atwr/Makefile +++ b/board/freescale/ls1021atwr/Makefile @@ -5,3 +5,4 @@ # obj-y += ls1021atwr.o +obj-$(CONFIG_FSL_DCU_FB) += dcu.o |