commit | bdad0fa105ea2635963e70652754f123718e277a | [log] [tgz] |
---|---|---|
author | Lothar Waßmann <LW@KARO-electronics.de> | Thu Jun 08 14:16:14 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 12 08:38:43 2017 -0400 |
tree | 1c8f98cb64670185e6b23d11fa72f5ff596ae294 | |
parent | 037166d0532cf686cfb66cd3a9fb3dc79fa5767d [diff] |
cmd: nvedit: bring error message in sync with condition under which it appears The list of symbols listed in the error message for missing Kconfig symbols is out of sync with the symbols actually tested. Add the missing symbols and reorder their appearance to be in sync with the #if statement for easier checking. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>