ソースを参照

swupdate.inc: drop UBOOT_NEWAPI

commit: 82a157e35e90 ("bootloader: drop suppport for legacy U-Boot tools")

removed UBOOT_NEWAPI. Remove this also in swupdate.inc.

Signed-off-by: Heiko Schocher <hs@denx.de>
Heiko Schocher 5 年 前
コミット
fc13404b07
1 ファイル変更1 行追加4 行削除
  1. 1 4
      recipes-support/swupdate/swupdate.inc

+ 1 - 4
recipes-support/swupdate/swupdate.inc

@@ -118,10 +118,7 @@ python () {
 
     if 'CONFIG_UBOOT=y\n' in features:
         depends = d.getVar('DEPENDS', False)
-        if 'CONFIG_UBOOT_NEWAPI=y\n' in features:
-            d.setVar('DEPENDS', depends + ' libubootenv')
-        else:
-            d.setVar('DEPENDS', depends + ' u-boot-fw-utils')
+        d.setVar('DEPENDS', depends + ' libubootenv')
 
     if 'CONFIG_DOWNLOAD=y\n' in features or 'CONFIG_SURICATTA=y\n' in features:
         depends = d.getVar('DEPENDS', False)