summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/sandbox_testproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/remoteproc/sandbox_testproc.c')
-rw-r--r--drivers/remoteproc/sandbox_testproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/sandbox_testproc.c b/drivers/remoteproc/sandbox_testproc.c
index 2b58b27947..7126888698 100644
--- a/drivers/remoteproc/sandbox_testproc.c
+++ b/drivers/remoteproc/sandbox_testproc.c
@@ -343,7 +343,7 @@ U_BOOT_DRIVER(sandbox_testproc) = {
.id = UCLASS_REMOTEPROC,
.ops = &sandbox_testproc_ops,
.probe = sandbox_testproc_probe,
- .priv_auto_alloc_size = sizeof(struct sandbox_test_devdata),
+ .priv_auto = sizeof(struct sandbox_test_devdata),
};
/* TODO(nm@ti.com): Remove this along with non-DT support */