diff options
author | Wang Dongsheng <dongsheng.wang@freescale.com> | 2014-03-19 10:47:55 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-08-12 12:26:46 -0700 |
commit | c53711bb6289a5ac2d909dfe626e6a3cb9b23bfe (patch) | |
tree | c0c39e86da8c7a04c4fd1ee9ce19cb5ab8f96df8 /board/freescale/common/Makefile | |
parent | 6d1966e1236838c8c59d58459901283a0e72dddd (diff) | |
download | u-boot-imx-c53711bb6289a5ac2d909dfe626e6a3cb9b23bfe.zip u-boot-imx-c53711bb6289a5ac2d909dfe626e6a3cb9b23bfe.tar.gz u-boot-imx-c53711bb6289a5ac2d909dfe626e6a3cb9b23bfe.tar.bz2 |
fsl/diu: ch7301 encoder split off from t1040qds/diu.c
The ch7301 encoder not only used in t1040qds platform, so we split
it for t1042rdb and LSx platform.
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r-- | board/freescale/common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 22b57cc..50d7731 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -34,6 +34,8 @@ ifndef CONFIG_RAMBOOT_PBL obj-$(CONFIG_FSL_FIXED_MMC_LOCATION) += sdhc_boot.o endif +obj-$(CONFIG_FSL_DIU_CH7301) += diu_ch7301.o + obj-$(CONFIG_MPC8541CDS) += cds_pci_ft.o obj-$(CONFIG_MPC8548CDS) += cds_pci_ft.o obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o |