mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
Merge tag 'v2023.10-rc3' into next
Prepare v2023.10-rc3 Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -1059,9 +1059,9 @@ static int ide_probe(struct udevice *udev)
|
||||
desc->lba48 = pdesc.lba48;
|
||||
desc->type = pdesc.type;
|
||||
|
||||
ret = bootdev_setup_for_dev(udev, "ide_bootdev");
|
||||
ret = bootdev_setup_for_sibling_blk(blk, "ide_bootdev");
|
||||
if (ret)
|
||||
return log_msg_ret("bootdev", ret);
|
||||
return log_msg_ret("bd", ret);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user