From 9b1b1763b754f8a25cf0f2a7fe05e53d256fe675 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 27 Nov 2022 10:07:28 -0300 Subject: [PATCH] boot/uboot: remove use of legacy xloader symbol Commit "070b183d0c boot/xloader: remove package", from release 2018.11, removed the package, but the symbol is still referenced. Remove the reference to it. Signed-off-by: Ricardo Martincoski Signed-off-by: Peter Korsgaard --- boot/uboot/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 282418c3ed..f5c20f5168 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -450,7 +450,6 @@ endif config BR2_TARGET_UBOOT_SPL bool "Install U-Boot SPL binary image" - depends on !BR2_TARGET_XLOADER help Install the U-Boot SPL binary image to the images directory.