mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
board: starfive: Remove duplicated board_fdt_blob_setup
The default version should work for Starfive VisionFive 2. Signed-off-by: Yao Zi <ziyao@disroot.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
parent
1ec65b26cf
commit
41cb90a27a
@ -106,16 +106,6 @@ int board_late_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int board_fdt_blob_setup(void **fdtp)
|
||||
{
|
||||
if (gd->arch.firmware_fdt_addr) {
|
||||
*fdtp = (ulong *)(uintptr_t)gd->arch.firmware_fdt_addr;
|
||||
return 0;
|
||||
}
|
||||
|
||||
return -EEXIST;
|
||||
}
|
||||
|
||||
int ft_board_setup(void *blob, struct bd_info *bd)
|
||||
{
|
||||
return fdt_fixup_memory(blob, 0x40000000, gd->ram_size);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user