x86: Correct condition for init_cache_f_r()
authorSimon Glass <sjg@chromium.org>
Wed, 4 Jun 2025 13:09:02 +0000 (07:09 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 4 Jun 2025 14:15:12 +0000 (08:15 -0600)
commit4ef863f2d69417df2bd88358bd79a51995ac5bc5
tree42bdb81fe79e1c0dfc87f25e2e526ece315f0ff0
parentfdc0dcbb2c84c4c63fc10315bcf042575198610d
x86: Correct condition for init_cache_f_r()

The condition here is reversed, which makes link and coral very slow,
leading to lab failures.

Fixes 6c171f7a184 ("common: board: make initcalls static")

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
common/board_f.c