diff options
| author | Tom Rini <[email protected]> | 2026-05-25 11:35:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-25 11:35:35 -0600 |
| commit | 7bb1917b15b77a7d8c27045df33b6bbc214c2f67 (patch) | |
| tree | a69ef73f30019b611aa7c4d79012447bb8030dbb /common | |
| parent | bb354d04459f5425318aeb8a70bae995ee573f1d (diff) | |
| parent | 76d62273bc8a5dc126ed79ed0fb65e5a97359577 (diff) | |
Merge tag 'v2026.07-rc3' into next
Prepare v2026.07-rc3
Diffstat (limited to 'common')
| -rw-r--r-- | common/board_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c index ae686d18ae8..a397e20959d 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -687,7 +687,7 @@ static void initcall_run_r(void) INITCALL(initr_flash); #endif WATCHDOG_RESET(); -#if CONFIG_IS_ENABLED(PPC) || CONFIG_IS_ENABLED(M68K) || CONFIG_IS_ENABLED(X86) +#if IS_ENABLED(CONFIG_PPC) || CONFIG_IS_ENABLED(M68K) || CONFIG_IS_ENABLED(X86) /* initialize higher level parts of CPU like time base and timers */ INITCALL(cpu_init_r); #endif |
