commit | fc196d0e9b917762f25f6226a4adf93741339efb | [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 | 5294e97832a63ec3757221a88cb40095135a31ad [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>