cmd: fitupd: move config check to Kconfig
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 26 May 2020 16:34:15 +0000 (18:34 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2020 21:27:04 +0000 (17:27 -0400)
commit8e8059ccc55a3725046e628c87450dbc41e1a504
treeae5b58a90c63b9a802e13e8759bea3d57ed538e6
parent1e374089bdfb4fd41a34204b53474180e0be0125
cmd: fitupd: move config check to Kconfig

Configuration checks should not be in the C files but in the Kconfig files.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig
cmd/fitupd.c