From: Lukas Auer Date: Sun, 17 Mar 2019 18:28:42 +0000 (+0100) Subject: riscv: qemu: enable SMP X-Git-Tag: v2019.07-rc1~38^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d0a8fd3e4d2a5ab19b8f2d27d40dacb4942ba5a4;p=oweals%2Fu-boot.git riscv: qemu: enable SMP Signed-off-by: Lukas Auer Reviewed-by: Anup Patel Reviewed-by: Bin Meng Tested-by: Bin Meng --- diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 88d07d568e..cf057e7de6 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -34,5 +34,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply BOARD_LATE_INIT imply OF_BOARD_SETUP imply SIFIVE_SERIAL + imply SMP endif