Searched hist:"3 ff291f371fa9858426774f3732924bacb61ed1c" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/doc/ |
H A D | README.kconfig | d1b60d34079b29be023115c5327ed209bf4969c5 Wed Aug 27 20:56:55 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> README.kconfig: document backward compatibility "make *_config"
Commit 3ff291f371fa9858426774f3732924bacb61ed1c (kconfig: convert Kconfig helper script into a shell script) restored "<board>_config" target for backward compatibility. It should be documented.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
|
/openbmc/u-boot/ |
H A D | Makefile | f458e3559b4a77b72c2143b6c61e0bfbf07035bc Wed Sep 03 15:41:34 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kconfig: fix a bug of "make config"
Since 3ff291f371fa9858426774f3732924bacb61ed1c (kconfig: convert Kconfig helper script into a shell script), "make config" is not working because of a missing '$' before '(Q)'.
Besides, "make config" should be invoked via scripts/multiconfig.sh to avoid a warning message: Kconfig:11:warning: environment variable KCONFIG_OBJDIR undefined
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> 3ff291f371fa9858426774f3732924bacb61ed1c Wed Aug 20 21:44:34 CDT 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> kconfig: convert Kconfig helper script into a shell script
Commit 51148790 added scripts/multiconfig.py written in Python 2 to adjust Kconfig for U-Boot.
It has been hard for Python 3 users because Python 2 and Python 3 are not compatible with each other.
We are not happy about adding a new host tool dependency (in this case, Python version dependency) for the core build process. After some discussion, we decided to use only basic tools.
The script may get a bit more unreadable by shell scripting, but we believe it is worthwhile.
In addition, this commit revives "<board>_config" target that is equivalent to "<board>_defconfig" for backwards compatibility. It is annoying to adjust various projects which use U-Boot.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Suggested-by: Igor Grinberg <grinberg@compulab.co.il> Tested-by: Igor Grinberg <grinberg@compulab.co.il> Acked-by: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@ti.com> Cc: Jeroen Hofstee <jeroen@myspectrum.nl> Cc: Stephen Warren <swarren@nvidia.com>
|