Move the add_cmdline_checks() call earlier
authorAlexander Popov <alex.popov@linux.com>
Sun, 19 Jun 2022 19:38:23 +0000 (22:38 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 19 Jun 2022 19:38:23 +0000 (22:38 +0300)
commita23725c2fa2b95dc0b8af0e9570b3a88787fbfd6
treeb23ff8076c11c7416a803c2ef304c258a4201e5d
parent98fb9d9758e6286d8ba82e834958806b8ea78211
Move the add_cmdline_checks() call earlier

populate_with_data() must be called after all checks have been added.
kconfig_hardened_check/__init__.py