mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
1eba723c72
LX2160AQDS is a development board that supports LX2160A family SoCs. This patch add base support for this board. Signed-off-by: Wasim Khan <wasim.khan@nxp.com> Signed-off-by: Sriram Dash <sriram.dash@nxp.com> Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com> [PK: Sqaush patch for "secure boot defconfig" & add maintainer] Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
10 lines
222 B
Makefile
10 lines
222 B
Makefile
#
|
|
# Copyright 2018 Freescale Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += lx2160a.o
|
|
obj-y += ddr.o
|
|
obj-$(CONFIG_TARGET_LX2160ARDB) += eth_lx2160ardb.o
|
|
obj-$(CONFIG_TARGET_LX2160AQDS) += eth_lx2160aqds.o
|