mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-01 08:33:31 +08:00
a02d517b01
This adds board support for the Toradex module family Colibri iMX6. The familiy consists of a module with i.MX6 DualLite, i.MX6 Solo, both with a version for commercial and industrial temperature range. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
6 lines
161 B
Makefile
6 lines
161 B
Makefile
# Copyright (c) 2012-2014 Toradex, Inc.
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y := colibri_imx6.o do_fuse.o
|
|
obj-$(CONFIG_TDX_CMD_IMX_MFGR) += pf0100.o
|