mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-29 09:31:55 +01:00

Don't use sbi_memcpy() for basic data types in fifo enqueue/dequeue instead use direct type-cast and assignment. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-By: Himanshu Chauhan <hchauhan@ventanamicro.com>