]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Correct toolchain download feature
authorSimon Glass <sjg@chromium.org>
Tue, 3 Mar 2015 00:05:15 +0000 (17:05 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:09 +0000 (14:20 +0200)
commit929743fbc8fd7815992bfffe2936e6362a79e016
treebbdbb2012c27dc9ea4ece73e038f6173e139a6a0
parentd49ab503b9c0bdabed7f28a65f62dac0f4c84bc8
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