From 89d06caa82ddd0ba259a5c1d302155fa904ac4bd 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 (cherry picked from commit 9b1b1763b754f8a25cf0f2a7fe05e53d256fe675) 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 557472b58b..7b7cad53f1 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -430,7 +430,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.