mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
5324917126
Currently we only support the Micron MT41K128M16JT-125 ddr3 chip. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
13 lines
312 B
Makefile
13 lines
312 B
Makefile
#
|
|
# Copyright (C) 2012-2013, Guennadi Liakhovetski <lg@denx.de>
|
|
# (C) Copyright 2012-2013 Freescale Semiconductor, Inc.
|
|
# Copyright (C) 2013, Boundary Devices <info@boundarydevices.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y := ot1200.o ot1200_spl.o
|
|
else
|
|
obj-y := ot1200.o
|
|
endif
|