commit | 1cc7e4c548104904a2f0f2144eb332b5f49c9efd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:14:15 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 13:01:12 2022 -0500 |
tree | 999c3d4f13c6c75591b325801bb9781f12dde0a4 | |
parent | 14f8ef61c024e226569326f0f9f8929c020eb4e6 [diff] |
CI: Replace unmigrated symbol test with non-Kconfig introduction test Now that all symbols have been migrated to Kconfig, or are part of the CFG namespace we do not need a complex check for unmigrated CONFIG symbols. Any instance of #define (or #undef) or a CONFIG value is wrong, so cause CI to fail. This test is not as strict as possible yet as we have more symbols that were not previously caught to deal with. Signed-off-by: Tom Rini <trini@konsulko.com>