diff mbox series

[next,14/25] boot/uboot: remove use of legacy xloader symbol

Message ID 20221127130739.1862398-15-ricardo.martincoski@gmail.com
State Accepted
Headers show
Series check-symbols v2 | expand

Commit Message

Ricardo Martincoski Nov. 27, 2022, 1:07 p.m. UTC
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 <ricardo.martincoski@gmail.com>
---
 boot/uboot/Config.in | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Feb. 6, 2023, 11:26 a.m. UTC | #1
>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:

 > 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 <ricardo.martincoski@gmail.com>

Committed, thanks.
Peter Korsgaard Feb. 22, 2023, 4:45 p.m. UTC | #2
>>>>> "Ricardo" == Ricardo Martincoski <ricardo.martincoski@gmail.com> writes:

 > 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 <ricardo.martincoski@gmail.com>

Committed to 2022.11.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index a729280060..b37fd4c7be 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -442,7 +442,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.