Re: [U-Boot] [PATCH v2 2/2] riscv: qemu: Imply SIFIVE_SERIAL for emulation

2018-12-11 Thread Bin Meng
On Tue, Dec 11, 2018 at 11:02 PM Anup Patel wrote: > > This patch enables SiFive UART driver for QEMU RISC-V emulation > by implying SIFIVE_SERIAL on BOARD_SPECIFIC_OPTIONS. > > Signed-off-by: Anup Patel > --- > board/emulation/qemu-riscv/Kconfig | 1 + > 1 file changed, 1 insertion(+) > Review

[U-Boot] [PATCH v2 2/2] riscv: qemu: Imply SIFIVE_SERIAL for emulation

2018-12-11 Thread Anup Patel
This patch enables SiFive UART driver for QEMU RISC-V emulation by implying SIFIVE_SERIAL on BOARD_SPECIFIC_OPTIONS. Signed-off-by: Anup Patel --- board/emulation/qemu-riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-ris