diff options
| author | Tom Rini <[email protected]> | 2025-04-11 09:11:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-11 09:11:38 -0600 |
| commit | 295376ce8a32268a1bb0879eb0448e0c0e580727 (patch) | |
| tree | 920c68e2656b02c2c3eb3ec49de6dec42214fb69 /doc/develop | |
| parent | dea298c62e904dd697e7b91bd3dae5d839f31d8f (diff) | |
| parent | ba71e4ef4d3d3edc05c29e14f0ed84ecce4bb051 (diff) | |
Merge tag 'u-boot-imx-master-20250411' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/25652
- Add i.MX8MP LDB support.
- Various phycore-imx93 environment improvements.
- Add support for Toradex SMARC iMX8MP.
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/driver-model/design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/driver-model/design.rst b/doc/develop/driver-model/design.rst index 30093737200..633545944d1 100644 --- a/doc/develop/driver-model/design.rst +++ b/doc/develop/driver-model/design.rst @@ -312,7 +312,7 @@ drivers/demo/demo-shape.c): .name = "demo_shape_drv", .id = UCLASS_DEMO, .ops = &shape_ops, - .priv_data_size = sizeof(struct shape_data), + .priv_auto = sizeof(struct shape_data), }; |
