buildman: Correct toolchain download feature
authorSimon Glass <sjg@chromium.org>
Tue, 3 Mar 2015 00:05:15 +0000 (17:05 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 23:14:01 +0000 (16:14 -0700)
commit2a76a64981faf1cee84b6b7bdfa1894ba2e2e954
tree6b9f52b02daf07f305c153ec7a0ef1ede0328184
parent7ae8350f67eea861280a4cbd2d067777a0e87153
buildman: Correct toolchain download feature

Commit d908898 updated the ScanPath() function but not its documentation
and not all its callers.

This breaks the toolchain check after it is downloaded. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
tools/buildman/toolchain.py