mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
c74dda8b44
For certain boot types and sbf, for V4 cpu's, an early ddr/sdram init is required. This patch moves this ddr/sdram early initalization away from start.S (to be board related). Signed-off-by: Angelo Dureghello <angelo@sysam.it>
9 lines
188 B
Makefile
9 lines
188 B
Makefile
# Copyright 2010-2012 Freescale Semiconductor, Inc.
|
|
# TsiChung Liew (Tsi-Chung.Liew@freescale.com)
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y = m54418twr.o
|
|
extra-y += sbf_dram_init.o
|
|
|