forked from OERV-BSP/u-boot
This commit adds support for the brcp1, brsmarc2, brcp150 and brcp170 boards. This boards are based on the Xilinx Zynq SoC. Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> Acked-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20250404072819.69642-5-bernhard.messerklinger@br-automation.com Signed-off-by: Michal Simek <michal.simek@amd.com>
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# B&R Industrial Automation GmbH - http://www.br-automation.com
|
|
if ARCH_ZYNQ
|
|
|
|
config TARGET_ZYNQ_BR
|
|
bool "Support BR Zynq builds"
|
|
depends on SYS_VENDOR = "BuR"
|
|
select BINMAN
|
|
select SPL_BINMAN_FDT
|
|
|
|
endif
|
|
|
|
source "board/BuR/common/Kconfig"
|