Skip to content
Snippets Groups Projects
Commit 2d1e2e57 authored by Tom Rini's avatar Tom Rini
Browse files

common/update: Finish Kconfig migration


We can enforce the dependencies of this module via Kconfig now, so do so
rather than with #error statements. Further, we can ensure that all
required values are set to their defaults in Kconfig, and in fact
already do so, so remove the tests here. The exception is
CONFIG_UPDATE_LOAD_ADDR which needed to be migrated to Kconfig in the
first place.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 6e73ab32
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment