]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: nvedit: bring error message in sync with condition under which it appears
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 8 Jun 2017 12:16:14 +0000 (14:16 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jun 2017 12:38:43 +0000 (08:38 -0400)
commitd1b88cd3223c49d84da0f7bacea30ede84f83ea5
tree1c8f98cb64670185e6b23d11fa72f5ff596ae294
parent1aca4d5ae9f3c6af018105f89984752cdbdba121
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>
cmd/nvedit.c