mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
55153d6c30
T1040RDB and T1042RDB_PI has CPLD. Here CPLD controls board mux/features. This support of CPLD includes - files and register defintion - Commands to swtich alternate bank and default bank Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
14 lines
214 B
Makefile
14 lines
214 B
Makefile
#
|
|
# Copyright 2013 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
|
|
obj-y += t104xrdb.o
|
|
obj-y += cpld.o
|
|
obj-y += ddr.o
|
|
obj-y += eth.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-y += law.o
|
|
obj-y += tlb.o
|