diff mbox

[1/4] tools: moveconfig: remove document about deprecated error message

Message ID 1471871902-5361-2-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit e1a996267f3603e2d079ec8423682398a0d915c0
Headers show

Commit Message

Masahiro Yamada Aug. 22, 2016, 1:18 p.m. UTC
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>

---

 tools/moveconfig.py | 4 ----
 1 file changed, 4 deletions(-)

-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 5283689..c188235 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.