
28 Jun
2020
28 Jun
'20
10:06 a.m.
On Mon, Jun 15, 2020 at 1:00 AM Simon Glass sjg@chromium.org wrote:
SMP should be set up in U-Boot where possible, not SPL. Disable it in SPL. For 64-bit U-Boot we should find a way to allow SMP operations in U-Boot, but this is somewhat more complicated. For now that is disabled too.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Add a new patch to avoid enabling SMP in SPL
arch/x86/cpu/Makefile | 2 +- arch/x86/include/asm/mp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com