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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user