projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed93a8
)
riscv: qemu: enable SMP
author
Lukas Auer
<lukas.auer@aisec.fraunhofer.de>
Sun, 17 Mar 2019 18:28:42 +0000
(19:28 +0100)
committer
Andes
<uboot@andestech.com>
Mon, 8 Apr 2019 01:44:26 +0000
(09:44 +0800)
Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
board/emulation/qemu-riscv/Kconfig
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-riscv/Kconfig
b/board/emulation/qemu-riscv/Kconfig
index 88d07d568e7f602298d972fdd26787330519fa41..cf057e7de6a20913181c07ac1241d4b8439cb9d0 100644
(file)
--- 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