mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
1d260739bd
The handling of regarding bootmode and early setup has been moved to central location 'common/br_resetc.c', so use this on brxre1 board. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
11 lines
296 B
Makefile
11 lines
296 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2014 Hannes Schmelzer <oe5hpm@oevsv.at> -
|
|
# Bernecker & Rainer Industrielektronik 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
|