diff options
| author | Michael Walle <[email protected]> | 2026-05-06 14:34:10 +0200 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-05-15 19:28:29 +0800 |
| commit | 674f35a88478cf6513285bbfbe8b820af43b828f (patch) | |
| tree | f311ed180c87997f1aff53d9a66a58baa0589aa9 /tests | |
| parent | 03d70a9220f1cf48a80ad1873884c89200685ca6 (diff) | |
powerpc: fix call to cpu_init_r
Commit 6c171f7a184c ("common: board: make initcalls static") broke the
call to cpu_init_r. That is because PPC is already defined to 1, see:
powerpc-linux-gnu-gcc -dM -E - < /dev/null
This will conflict with the CONFIG_IS_ENABLED(PPC). Change it to
IS_ENABLED(CONFIG_PPC).
Fixes: 6c171f7a184c ("common: board: make initcalls static")
Signed-off-by: Michael Walle <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
