summaryrefslogtreecommitdiff
path: root/include/configs
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 /include/configs
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 'include/configs')
-rw-r--r--include/configs/qemu-riscv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/qemu-riscv.h b/include/configs/qemu-riscv.h
index 5291de83f8..bbeea96e27 100644
--- a/include/configs/qemu-riscv.h
+++ b/include/configs/qemu-riscv.h
@@ -29,6 +29,8 @@
#define CONFIG_STANDALONE_LOAD_ADDR 0x80200000
+#define CONFIG_SYS_MAX_FLASH_BANKS 2
+
#define RISCV_MMODE_TIMERBASE 0x2000000
#define RISCV_MMODE_TIMER_FREQ 1000000