fixdep: remove multiple .config support code
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 27 Feb 2015 15:37:57 +0000 (00:37 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 6 Mar 2015 01:50:30 +0000 (20:50 -0500)
commitfc196d0e9b917762f25f6226a4adf93741339efb
tree3537e569df0d030baea6b47fa4508f1d90c4df63
parent5294e97832a63ec3757221a88cb40095135a31ad
fixdep: remove multiple .config support code

Since commit e02ee2548afe (kconfig: switch to single .config
configuration), the ".*.cmd" files are not correctly created
for SPL/TPL.  The U-Boot extension code in fixdep, which was
introduced to support the multiple .config, must be removed.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/basic/fixdep.c