commit | a06476e746d1d96811fedbc9d27fd111807fb40f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Sat Feb 28 00:37:57 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 05 20:50:30 2015 -0500 |
tree | 3537e569df0d030baea6b47fa4508f1d90c4df63 | |
parent | dca5bf1ee290009326d099ce27cd020a1c7b708a [diff] |
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>