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)
commitd67f9e35c4573fd6389d41a7dfdfaf1e6a155005
tree704cb22aa8c5f4e109c048da121f373af3cc2fc7
parent5c86a8f7a191f0034fd992314874b669414dc5a0
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