Files
u-boot/common
Michael Walle 674f35a884 powerpc: fix call to cpu_init_r
Commit 6c171f7a18 ("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: 6c171f7a18 ("common: board: make initcalls static")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2026-05-15 19:28:29 +08:00
..
2026-04-27 11:26:40 -06:00
2026-04-22 14:23:49 -06:00
2026-05-15 19:28:29 +08:00
2024-11-03 21:27:12 -06:00
2025-07-28 08:53:20 -06:00
2026-04-22 14:23:49 -06:00
2025-04-08 16:23:51 -06:00
2026-04-22 14:23:49 -06:00
2013-04-01 16:33:52 -04:00
2025-12-04 09:38:58 -06:00
2024-07-15 12:12:17 -06:00
2024-07-15 12:12:17 -06:00
2025-01-26 11:06:56 +01:00
2026-04-17 08:02:42 +02:00
2025-06-23 16:15:23 -06:00
2024-07-15 12:12:17 -06:00