mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
5614e71b49
Freescale DDR driver has been used for mpc83xx, mpc85xx, mpc86xx SoCs. The similar DDR controllers will be used for ARM-based SoCs. Signed-off-by: York Sun <yorksun@freescale.com>
9 lines
208 B
Makefile
9 lines
208 B
Makefile
# Copyright 2007 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += mpc8610hpcd.o
|
|
obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o
|
|
obj-y += law.o
|
|
obj-$(CONFIG_FSL_DIU_FB) += mpc8610hpcd_diu.o
|