projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e284249
)
riscv: qemu: Imply SIFIVE_SERIAL for emulation
author
Anup Patel
<anup@brainfault.org>
Sat, 15 Dec 2018 06:05:16 +0000
(11:35 +0530)
committer
Andes
<uboot@andestech.com>
Tue, 18 Dec 2018 01:56:54 +0000
(09:56 +0800)
This patch enables SiFive UART driver for QEMU RISC-V emulation
by implying SIFIVE_SERIAL on BOARD_SPECIFIC_OPTIONS.
Signed-off-by: Anup Patel <anup@brainfault.org>
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 ed005e56786186e23df4ae636102f68a4ac4ac56..0d865acf100704f87b6245c54d5f02a8cf98add0 100644
(file)
--- a/
board/emulation/qemu-riscv/Kconfig
+++ b/
board/emulation/qemu-riscv/Kconfig
@@
-33,5
+33,6
@@
config BOARD_SPECIFIC_OPTIONS # dummy
imply CMD_FAT
imply BOARD_LATE_INIT
imply OF_BOARD_SETUP
+ imply SIFIVE_SERIAL
endif