mirror of
https://xff.cz/git/u-boot/
synced 2025-10-07 11:15:09 +02:00
Unfortunately the multi-core boot for QEMU x86 has been broken since commit77a5e2d3bc
("x86: mp_init: Set up the CPU numbers at the start"). In order to support QEMU x86 multi-core boot, the /cpus node must be bound before any actual fix up in qemu_cpu_fixup(). This adds the uclass_get() call to ensure this, just like what was done before. Fixes:77a5e2d3bc
("x86: mp_init: Set up the CPU numbers at the start") Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>