summaryrefslogtreecommitdiff
path: root/drivers/demo/demo-shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/demo/demo-shape.c')
-rw-r--r--drivers/demo/demo-shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/demo/demo-shape.c b/drivers/demo/demo-shape.c
index 0f5cda23dd..cc99f3e8e6 100644
--- a/drivers/demo/demo-shape.c
+++ b/drivers/demo/demo-shape.c
@@ -194,5 +194,5 @@ U_BOOT_DRIVER(demo_shape_drv) = {
.probe = dm_shape_probe,
.remove = dm_shape_remove,
.priv_auto = sizeof(struct shape_data),
- .platdata_auto = sizeof(struct dm_demo_pdata),
+ .plat_auto = sizeof(struct dm_demo_pdata),
};