mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
3bb3f266ee
The J721E DDR subsystem comprises DDR controller, DDR PHY and wrapper logic to integrate these blocks in the device. The DDR subsystem is used to provide an interface to external SDRAM devices which can be utilized for storing program or data. Introduce support for the DDR controller and DDR phy within the DDR subsystem. Signed-off-by: Kevin Scholz <k-scholz@ti.com Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
8 lines
252 B
Makefile
8 lines
252 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
|
|
#
|
|
|
|
obj-$(CONFIG_K3_J721E_DDRSS) += k3-j721e-ddrss.o
|
|
obj-$(CONFIG_K3_J721E_DDRSS) += lpddr4_obj_if.o
|
|
obj-$(CONFIG_K3_J721E_DDRSS) += lpddr4.o
|