Browse Source

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>
Neal Frager 5 months ago
parent
commit
3761177a89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      boot/xilinx-embeddedsw/Config.in

+ 1 - 1
boot/xilinx-embeddedsw/Config.in

@@ -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