mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
258bad41ac
The configuration files imximage.cfg are used for the DDR controller configuration. Add DDR configuration function to replace the DDR controller configuration in the imximage.cfg file. The function can be used for DDR size detection. Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
12 lines
198 B
Makefile
12 lines
198 B
Makefile
#
|
|
# (C) Copyright 2015 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
#
|
|
|
|
obj-y := soc.o clock.o clock_slice.o ddr.o
|
|
|
|
ifdef CONFIG_ARMV7_PSCI
|
|
obj-y += psci-mx7.o psci.o
|
|
endif
|