mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
6ce8932494
Vision Systems's Baltos is based on AM335x SoC from Texas Instruments. This patch adds support such Industrial PCs in mainline u-boot. [ balbi@ti.com: updated original patch to current u-boot ] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
13 lines
205 B
Makefile
13 lines
205 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
|
|
obj-y := mux.o
|
|
endif
|
|
|
|
obj-y += board.o
|