The existing target won't actually build the needed .mk file that is
expected by the rest of the script. It seems that silentoldconfig does
not actually cause this to be built any longer.

Signed-off-by: Joe Hershberger <joe.hershber...@ni.com>
---
This patch is based on:
 "Don't apply: tools: add a tool to move automatically CONFIGs from headers to 
defconfigs"
from the list.

Changes in v2: None

 tools/moveconfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index cb7f7ea..30dc4f6 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -301,7 +301,7 @@ class Slot:
         cmd = list(self.make_cmd)
         if cross_compile:
             cmd.append('CROSS_COMPILE=%s' % cross_compile)
-        cmd.append('silentoldconfig')
+        cmd.append('include/autoconf.mk')
         self.ps = subprocess.Popen(cmd, stdout=self.devnull)
         self.state = STATE_SILENTOLDCONFIG
         return False
-- 
1.7.11.5

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to