1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # (C) Copyright 2000-2006 4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de. 5 # 6 # (C) Copyright 2009 Freescale Semiconductor, Inc. 7 8 obj-y := soc.o clock.o 9 obj-y += lowlevel_init.o 10 11 # common files for mx53 dram initialization 12 obj-$(CONFIG_TARGET_MX53CX9020) += mx53_dram.o 13 obj-$(CONFIG_TARGET_MX53LOCO) += mx53_dram.o 14