On Sat, Jul 22, 2023 at 12:01 AM Heinrich Schuchardt <[email protected]> wrote: > > The USB 3.0 driver xhci-mem.c requires CONFIG_SYS_CACHELINE_SIZE to be set. > > Define the cache line size for QEMU on RISC-V to be 64 bytes. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v2: > Select SYS_CACHE_SHIFT_6 for GENERIC_RISCV and not for > TARGET_QEMU_VIRT (as suggested by Bin) > --- > arch/riscv/cpu/generic/Kconfig | 1 + > 1 file changed, 1 insertion(+) >
Reviewed-by: Bin Meng <[email protected]>

