tools: moveconfig: remove document about deprecated error message

Since commit cc008299f8 ("tools: moveconfig: do not rely on type
and default value given by users"), we do not have this error case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
Masahiro Yamada 2016-08-22 22:18:19 +09:00 committed by Tom Rini
parent cfe255611c
commit e1a996267f
1 changed files with 0 additions and 4 deletions

View File

@ -58,10 +58,6 @@ It looks like one of the following:
The define in the config header matched the one in Kconfig. The define in the config header matched the one in Kconfig.
We do not need to touch it. We do not need to touch it.
- Undefined. Do nothing.
This config option was not found in the config header.
Nothing to do.
- Compiler is missing. Do nothing. - Compiler is missing. Do nothing.
The compiler specified for this architecture was not found The compiler specified for this architecture was not found
in your PATH environment. in your PATH environment.