commit | b3ca3652c006e6e08ad0968d2749a4d8f854b961 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 10 11:19:36 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 12:27:06 2023 -0500 |
tree | 8f7c777e413f5b9284345ea5756d323d67043501 | |
parent | 05ca2776ac050bfe91842142959c0597d45ecdd2 [diff] |
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: Tom Rini <trini@konsulko.com>