]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
builderthread.py: Keep 'SPL'
authorTom Rini <trini@konsulko.com>
Mon, 27 Apr 2015 15:34:38 +0000 (11:34 -0400)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Jul 2015 00:03:15 +0000 (18:03 -0600)
On i.MX platforms the SPL binary is called "SPL" so make sure we keep
that.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py

index ce1cfddf8cfe43ff7180f619a1a9655adabca83e..cf25bb8f1a7e325192b8410d3081cea27c864bf0 100644 (file)
@@ -356,7 +356,7 @@ class BuilderThread(threading.Thread):
         # Now write the actual build output
         if keep_outputs:
             self.CopyFiles(result.out_dir, build_dir, '', ['u-boot*', '*.bin',
-                '*.map', '*.img', 'MLO', 'include/autoconf.mk',
+                '*.map', '*.img', 'MLO', 'SPL', 'include/autoconf.mk',
                 'spl/u-boot-spl*'])
 
     def CopyFiles(self, out_dir, build_dir, dirname, patterns):