tools: board/config.sh: clean up logging

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
This commit is contained in:
Wu Zhangjin 2020-05-05 23:38:34 +08:00
parent 3b1ca36536
commit fb00409a67
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ LINUX_Makefile=${Makefile}.linux_${LINUX}
# Makefile.linux_vX.Y.Z > Makefile.gcc > Makefile
echo "LOG: Config Variable: ($V, $_V)"
echo "LOG: Config Value: $S"
# echo "LOG: Config Variable: ($V, $_V)"
# echo "LOG: Config Value: $S"
m=${Makefile}
if [ "$V" != "LINUX" -a -f ${LINUX_Makefile} ]; then