浏览代码

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 <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 9b1b1763b754f8a25cf0f2a7fe05e53d256fe675)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Ricardo Martincoski 2 年之前
父节点
当前提交
3ba34e0e3d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      boot/uboot/Config.in

+ 0 - 1
boot/uboot/Config.in

@@ -414,7 +414,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.