summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-15 14:33:54 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-22 09:23:00 +0900
commitfc2661eebe9e788aee61dcb0c9c8337cda1ae93b (patch)
treeb524118e81a4e8019e89abed4dd22885e1c70d7d /include
parent96dccd9767311f4b8e585fd9e33fcb2a09e36951 (diff)
downloadblackbird-obmc-uboot-fc2661eebe9e788aee61dcb0c9c8337cda1ae93b.tar.gz
blackbird-obmc-uboot-fc2661eebe9e788aee61dcb0c9c8337cda1ae93b.zip
tools: moveconfig: show suspicious boards with possible misconversion
There are some cases where config options are moved, but they are ripped off at the final savedefconfig stage: - The moved option is not user-configurable, for example, due to a missing prompt in the Kconfig entry - The config was not defined in the original config header despite the Kconfig specifies it as non-bool type - The config define in the header contains reference to another macro, for example: #define CONFIG_CONS_INDEX (CONFIG_SYS_LPC32XX_UART - 2) The current moveconfig does not support recursive macro expansion. In these cases, the conversion is very likely to be an unexpected result. That is why I decided to display the log in yellow color in commit 5da4f857beac ("tools: moveconfig: report when CONFIGs are removed by savedefconfig"). It would be nice to display the list of suspicious boards when the tool finishes processing. It is highly recommended to check the defconfigs once again when this message is displayed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud