diff --git a/boot/xilinx-embeddedsw/Config.in b/boot/xilinx-embeddedsw/Config.in index b0691d7e7b..007b24e668 100644 --- a/boot/xilinx-embeddedsw/Config.in +++ b/boot/xilinx-embeddedsw/Config.in @@ -1,3 +1,6 @@ +comment "xilinx-embeddedsw needs a bare metal toolchain for tuple microblazeel-xilinx-elf" + depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH != "microblazeel-xilinx-elf" + config BR2_TARGET_XILINX_EMBEDDEDSW bool "xilinx-embeddedsw" depends on BR2_aarch64 @@ -14,9 +17,6 @@ config BR2_TARGET_XILINX_EMBEDDEDSW Applications can be found on the Xilinx embeddedsw repo: https://github.com/Xilinx/embeddedsw/tree/master/lib/sw_apps -comment "xilinx-embeddedsw needs a bare metal toolchain for tuple microblazeel-xilinx-elf" - depends on BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH != "microblazeel-xilinx-elf" - if BR2_TARGET_XILINX_EMBEDDEDSW config BR2_TARGET_XILINX_EMBEDDEDSW_VERSION