mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
tools: buildman: Remove duplicated code
Signed-off-by: York Sun <york.sun@nxp.com> CC: Simon Glass <sjg@chromium.org> Fixed commit subject: Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
34c3889635
commit
f40fa9b36f
1 changed files with 0 additions and 4 deletions
|
@ -304,10 +304,6 @@ class BuilderThread(threading.Thread):
|
||||||
print >>fd, 'arch', result.toolchain.arch
|
print >>fd, 'arch', result.toolchain.arch
|
||||||
fd.write('%s' % result.return_code)
|
fd.write('%s' % result.return_code)
|
||||||
|
|
||||||
with open(os.path.join(build_dir, 'toolchain'), 'w') as fd:
|
|
||||||
print >>fd, 'gcc', result.toolchain.gcc
|
|
||||||
print >>fd, 'path', result.toolchain.path
|
|
||||||
|
|
||||||
# Write out the image and function size information and an objdump
|
# Write out the image and function size information and an objdump
|
||||||
env = result.toolchain.MakeEnvironment(self.builder.full_path)
|
env = result.toolchain.MakeEnvironment(self.builder.full_path)
|
||||||
lines = []
|
lines = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue