mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
60df809f62
This commit adds support for the B&R brsmarc1 SoM. The SoM is based on TI's AM335x SoC. Mainly vxWorks 6.9.4.x is running on the board, doing some PLC stuff on various carrier boards. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
10 lines
273 B
Makefile
10 lines
273 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2019 Hannes Schmelzer <oe5hpm@oevsv.at> -
|
|
# B&R Industrial Automation GmbH - http://www.br-automation.com/
|
|
#
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += mux.o
|
|
obj-y += ../common/br_resetc.o
|
|
obj-y += ../common/common.o
|
|
obj-y += board.o
|