]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fixdep: remove multiple .config support code
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 27 Feb 2015 15:37:57 +0000 (00:37 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:24:12 +0000 (14:24 +0200)
commitca43d6e08bc12954e6d02340ea682646b76f317c
tree62edf8fb02dc62f465466e9e19573b05c22d0e46
parentc404101aeff1abc76bd4b3f703bc2e1c76b97d5e
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