diff options
author | Chunhe Lan <Chunhe.Lan@freescale.com> | 2014-09-12 14:47:09 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-11-14 11:12:14 -0800 |
commit | ab06b236f76cfa42f264ee161be190b3e479298f (patch) | |
tree | 2adc913e66d4c8b1857406d6a8f4142293da5acd /board/freescale/t4rdb/Makefile | |
parent | a53dd530013bba81ad6ba87a661ff19b12977c23 (diff) | |
download | u-boot-ab06b236f76cfa42f264ee161be190b3e479298f.tar.gz |
powerpc/t4rdb: Add support of CPLD
This support of CPLD includes
- Files and register definitions
- Command to switch alternate bank
- Command to switch default bank
Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t4rdb/Makefile')
-rw-r--r-- | board/freescale/t4rdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/t4rdb/Makefile b/board/freescale/t4rdb/Makefile index f7f7fc0177..3886e3ded1 100644 --- a/board/freescale/t4rdb/Makefile +++ b/board/freescale/t4rdb/Makefile @@ -5,6 +5,7 @@ # obj-$(CONFIG_T4240RDB) += t4240rdb.o +obj-y += cpld.o obj-y += ddr.o obj-y += eth.o obj-$(CONFIG_PCI) += pci.o |