board: qemu: riscv: Remove duplicated board_fdt_blob_setup

The default version should work for RISC-V QEMU.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
Yao Zi
2025-03-07 13:13:42 +00:00
committed by Leo Yu-Chi Liang
parent d0969a6b64
commit 1ec65b26cf

View File

@@ -63,11 +63,3 @@ int board_fit_config_name_match(const char *name)
return 0;
}
#endif
int board_fdt_blob_setup(void **fdtp)
{
/* Stored the DTB address there during our init */
*fdtp = (void *)(ulong)gd->arch.firmware_fdt_addr;
return 0;
}