]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2023-02-08-Kconfig-cleanup-CONFIG_IS_ENABLED-to-IS_ENABLED'
authorTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 14:17:25 +0000 (09:17 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 14:17:25 +0000 (09:17 -0500)
commit00e2b461e963340dbed9d438a580eacfefb8d6d4
tree15ddc9d376d630efb4c614c4bda559d3c0c99d64
parent12fc98db13f87db96daa776a4d5285249c472e29
parentb40b0a980389d50c65360aaf775e674e9861a778
Merge branch '2023-02-08-Kconfig-cleanup-CONFIG_IS_ENABLED-to-IS_ENABLED'

- This series brings in a large number of patches in the form of changing
  CONFIG_IS_ENABLED(FOO) to IS_ENABLED(CONFIG_FOO) when there it is the
  case that CONFIG_xPL_FOO is never a valid symbol. The majority of
  the times where we do this, it is unintentional and does not make the
  code more useful, or rarely, introduces bugs.