summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-22 22:18:19 +0900
committerTom Rini <trini@konsulko.com>2016-09-06 13:18:20 -0400
commite1a996267f3603e2d079ec8423682398a0d915c0 (patch)
tree3056e12b3ab366fbafaaa810af02aeda2ad3dd82 /tools/moveconfig.py
parentcfe255611ce183187a3de5ef6fed246bdea7b044 (diff)
tools: moveconfig: remove document about deprecated error message
Since commit cc008299f852 ("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>
Diffstat (limited to 'tools/moveconfig.py')
-rwxr-xr-xtools/moveconfig.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 5283689d8e..c1882357f0 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -58,10 +58,6 @@ It looks like one of the following:
The define in the config header matched the one in Kconfig.
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.
The compiler specified for this architecture was not found
in your PATH environment.