boot/xilinx-embeddedsw: change dependency

Now that BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH can contain multiple tuples,
BR2_TARGET_XILINX_EMBEDDEDSW can no longer be dependent on:

depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH = "microblazeel-xilinx-elf"

A valid definition could have "microblazeel-xilinx-elf" as just one of many
tuples in the list.

For this reason, this patch changes the dependency to:

depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT

One side effect of this is that the user comment will be displayed now when
using multiple tuples, even if one of them is the required tuple.

Signed-off-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Neal Frager
2025-02-17 12:49:32 +00:00
committed by Arnout Vandecappelle
parent 02b9d987c4
commit 3761177a89

View File

@@ -1,7 +1,7 @@
config BR2_TARGET_XILINX_EMBEDDEDSW config BR2_TARGET_XILINX_EMBEDDEDSW
bool "xilinx-embeddedsw" bool "xilinx-embeddedsw"
depends on BR2_aarch64 depends on BR2_aarch64
depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH = "microblazeel-xilinx-elf" depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT
help help
Build boot firmware applications from source for Xilinx Build boot firmware applications from source for Xilinx
boards. Users can mix and match applications to be built boards. Users can mix and match applications to be built