blob: b6ca238de5d9e44920eb58685445935e1350fbcf [file] [log] [blame]
Peng Fancbe5d382021-08-07 16:01:13 +08001# SPDX-License-Identifier: GPL-2.0+
2
3obj-y += imx8ulp_evk.o
4
5ifdef CONFIG_SPL_BUILD
Peng Fan4cdb3a32022-04-06 14:30:12 +08006obj-y += spl.o ddr_init.o
7ifdef CONFIG_IMX8ULP_ND_MODE
8obj-y += lpddr4_timing_264.o
9else
10obj-y += lpddr4_timing.o
11endif
Peng Fancbe5d382021-08-07 16:01:13 +080012endif