riscv/virt: Increase flash size
commit6911fde41006b2afe3510755c4cff259ca56c1d9
authorAlistair Francis <alistair.francis@wdc.com>
Thu, 7 Nov 2019 00:47:20 +0000 (6 16:47 -0800)
committerPalmer Dabbelt <palmer@dabbelt.com>
Thu, 14 Nov 2019 17:53:28 +0000 (14 09:53 -0800)
treea74b8726dcf672259e20d3594504fae18219b430
parent3158add2bd12b5db812b8362bebbaba1e9d4d265
riscv/virt: Increase flash size

Coreboot developers have requested that they have at least 32MB of flash
to load binaries. We currently have 32MB of flash, but it is split in
two to allow loading two flash binaries. Let's increase the flash size
from 32MB to 64MB to ensure we have a single region that is 32MB.

No QEMU release has include flash in the RISC-V virt machine, so this
isn't a breaking change.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
hw/riscv/virt.c