]> Git Repo - J-u-boot.git/blobdiff - tools/moveconfig.py
disk: part_dos: update partition table entries after write
[J-u-boot.git] / tools / moveconfig.py
index 36361f9ed1b6c70b05bed13443c750e1d2806e12..9514d9a00cb67b035947cf20245a50ed33e59615 100755 (executable)
@@ -666,7 +666,8 @@ def cleanup_headers(configs, options):
             if dirpath == os.path.join('include', 'generated'):
                 continue
             for filename in filenames:
-                if not filename.endswith(('~', '.dts', '.dtsi')):
+                if not filename.endswith(('~', '.dts', '.dtsi', '.bin',
+                                          '.elf')):
                     header_path = os.path.join(dirpath, filename)
                     # This file contains UTF-16 data and no CONFIG symbols
                     if header_path == 'include/video_font_data.h':
This page took 0.033079 seconds and 4 git commands to generate.