]> Git Repo - J-u-boot.git/commit
mips: Avoid using config_enabled() directly
authorSimon Glass <[email protected]>
Sat, 22 Jan 2022 12:07:23 +0000 (05:07 -0700)
committerTom Rini <[email protected]>
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 <[email protected]>
arch/mips/lib/cache.c
This page took 0.042294 seconds and 4 git commands to generate.