mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
7769776a60
This patch add support of LS1088AQDS platform. The LS1088A QorIQTM Development System (QDS) is a high-performance computing, evaluation, and development platform that supports the LS1088A QorIQ Architecture processor. Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com> Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
10 lines
202 B
Makefile
10 lines
202 B
Makefile
#
|
|
# Copyright 2017 NXP
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += ls1088a.o
|
|
obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o
|
|
obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o
|
|
obj-y += ddr.o
|