]> git.sur5r.net Git - u-boot/blobdiff - tools/moveconfig.py
tools: moveconfig: do not check clean tree and compilers for -H option
[u-boot] / tools / moveconfig.py
index fff44b229a1e19ae16108c3164973476fc4fd4fc..1741e689e75ed6fedae1ecd3257c3c6c36d72d90 100755 (executable)
@@ -1042,11 +1042,9 @@ def main():
 
     check_top_directory()
 
-    check_clean_directory()
-
-    update_cross_compile(options.color)
-
     if not options.cleanup_headers_only:
+        check_clean_directory()
+        update_cross_compile(options.color)
         move_config(configs, options)
 
     if configs: