mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
d0969a6b64
commit
1ec65b26cf
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user