summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-11 15:31:56 +0300
committerTom Rini <trini@konsulko.com>2021-08-11 15:31:56 +0300
commita25277122dad99837b78cd3b3ae6b8214df88c26 (patch)
tree679029a27b4ee0428b0b33d91896149243219bd4 /board
parent4dc1a5c248ecbd06269a7854dd06c57e9a52f19c (diff)
parentd248627f9d4218688e7430bc714405a23885abfa (diff)
downloadu-boot-a25277122dad99837b78cd3b3ae6b8214df88c26.tar.xz
Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flash
- Some CFI flash related fixups (Kconfig & header) (Bin) - Enable CFI flash support on the QEMU RISC-V virt machine. (Bin)
Diffstat (limited to 'board')
-rw-r--r--board/emulation/qemu-riscv/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 0818048ba6..a7de82d3bf 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -64,5 +64,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply VIRTIO_PCI
imply VIRTIO_NET
imply VIRTIO_BLK
+ imply MTD_NOR_FLASH
+ imply CFI_FLASH
endif