mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Use board revision detection mechanism to choose correct DTB. Adjust documentation and build setup accordingly. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 lines
275 B
Makefile
13 lines
275 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2010-2012
|
|
# NVIDIA Corporation <www.nvidia.com>
|
|
#
|
|
# (C) Copyright 2021
|
|
# Svyatoslav Ryhel <clamor95@gmail.com>
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += grouper-spl.o
|
|
obj-$(CONFIG_MULTI_DTB_FIT) += board-info.o
|
|
|
|
obj-y += grouper.o
|