mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
builderthread.py: Keep 'SPL'
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>
This commit is contained in:
parent
f4815763b4
commit
dd59211046
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue