mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-06-13 06:31:51 +01:00
24bfa687fc
We replace #csr with __ASM_STR(csr) in all csr_xyz() macros so that we can pass CSR number instead of CSR name when GCC is not aware of CSR name. Signed-off-by: Anup Patel <anup.patel@wdc.com>