Merge tag 'v2024.10-rc3' into next

Prepare v2024.10-rc3
This commit is contained in:
Tom Rini
2024-08-19 18:24:58 -06:00
304 changed files with 14534 additions and 8494 deletions

View File

@@ -36,6 +36,8 @@ static struct {
{ UCLASS_PVBLOCK, "pvblock" },
{ UCLASS_BLKMAP, "blkmap" },
{ UCLASS_RKMTD, "rkmtd" },
{ UCLASS_MTD, "mtd" },
{ UCLASS_MTD, "ubi" },
};
static enum uclass_id uclass_name_to_iftype(const char *uclass_idname)