mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
24d4d422c1
This adds board support for the Toradex Colibri T30 module. Working functions: - SD card boot - eMMC environment and boot - USB host/USB client (on the dual role port) - Network (via ASIX USB) Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Tom Warren <twarren@nvidia.com>
6 lines
154 B
Makefile
6 lines
154 B
Makefile
# Copyright (c) 2013-2014 Stefan Agner
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
include $(srctree)/board/nvidia/common/common.mk
|
|
|
|
obj-y += colibri_t30.o
|