diff options
author | Tom Rini <trini@konsulko.com> | 2025-06-09 16:28:28 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-09 16:28:28 -0600 |
commit | 59d00e20fced23e6463aa09db889dd548baee677 (patch) | |
tree | 2502afc87e22058b3efd0a5c3d878e62ba52e96e /common/board_f.c | |
parent | 865130b7308453b9436942f01cc4481124b820eb (diff) | |
parent | d7c449c3d83a986d61e38d1762433c0607caf5c5 (diff) |
Merge tag 'v2025.07-rc4' into next
Prepare v2025.07-rc4
Diffstat (limited to 'common/board_f.c')
-rw-r--r-- | common/board_f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_f.c b/common/board_f.c index bff465d9cb2..c8a612d6070 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -1079,7 +1079,7 @@ void board_init_f(ulong boot_flags) */ static void initcall_run_f_r(void) { -#if CONFIG_IS_ENABLED(X86_64) +#if !CONFIG_IS_ENABLED(X86_64) INITCALL(init_cache_f_r); #endif } |