1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # (C) Copyright 2000-2010 4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de. 5 6 obj-y += boot.o 7 obj-y += hwinit.o 8 obj-y += emif.o 9 obj-y += sdram.o 10 obj-y += prcm-regs.o 11 obj-y += hw_data.o 12 obj-y += abb.o 13 obj-y += fdt.o 14 obj-$(CONFIG_IODELAY_RECALIBRATION) += dra7xx_iodelay.o 15 obj-$(CONFIG_DRA7XX) += sec_entry_cpu1.o 16