]> git.baikalelectronics.ru Git - uboot.git/commit
mips: Avoid using config_enabled() directly
authorSimon Glass <sjg@chromium.org>
Sat, 22 Jan 2022 12:07:23 +0000 (05:07 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 9 Feb 2022 04:07:59 +0000 (23:07 -0500)
commit10abfb68a264cf0b79e288d514798ccc7bb90604
tree704cb22aa8c5f4e109c048da121f373af3cc2fc7
parentbab79cfe7c44fa36bc52accc12c66db188fcbea1
mips: Avoid using config_enabled() directly

Use IS_ENABLED() instead, which is the correct macro for checking a CONFIG
option.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/mips/lib/cache.c