lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64
authorXiang W <wxjstz@126.com>
Fri, 3 May 2024 13:53:35 +0000 (21:53 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 13 May 2024 11:08:35 +0000 (16:38 +0530)
commit7f54527029d0b6c52dc22dade9e9de37831b1ef0
tree8465d69d2651af06e17fe4b06beebaa9281b6985
parent744f4956534d5fba2f42c1361139099d574347ff
lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64

Obtaining a 64-bit address under rv64 does not require combining
32-bit registers

Signed-off-by: Xiang W <wxjstz@126.com>
Reviewed-by: Himanshu Chauhan <hchauhan@ventanamicro.com>
lib/sbi/sbi_dbtr.c