diff options
| author | Tom Rini <[email protected]> | 2015-04-27 11:34:38 -0400 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-07-14 18:03:15 -0600 |
| commit | dd5921104688074e2879bddeb18349bff89688ef (patch) | |
| tree | f3d328b92161ad5b3e36a4f5a0d4344ce3184afe /tools | |
| parent | f4815763b410d8657f6f617067a1d53024b05220 (diff) | |
builderthread.py: Keep 'SPL'
On i.MX platforms the SPL binary is called "SPL" so make sure we keep
that.
Cc: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/buildman/builderthread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/builderthread.py b/tools/buildman/builderthread.py index ce1cfddf8cf..cf25bb8f1a7 100644 --- a/tools/buildman/builderthread.py +++ b/tools/buildman/builderthread.py @@ -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): |
