diff options
Diffstat (limited to 'drivers/remoteproc/omap_remoteproc.c')
-rw-r--r-- | drivers/remoteproc/omap_remoteproc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/remoteproc/omap_remoteproc.c b/drivers/remoteproc/omap_remoteproc.c index b54504ee61f1..32c289c2ba13 100644 --- a/drivers/remoteproc/omap_remoteproc.c +++ b/drivers/remoteproc/omap_remoteproc.c | |||
@@ -116,6 +116,9 @@ static int omap_rproc_start(struct rproc *rproc) | |||
116 | struct omap_rproc_pdata *pdata = pdev->dev.platform_data; | 116 | struct omap_rproc_pdata *pdata = pdev->dev.platform_data; |
117 | int ret; | 117 | int ret; |
118 | 118 | ||
119 | if (pdata->set_bootaddr) | ||
120 | pdata->set_bootaddr(rproc->bootaddr); | ||
121 | |||
119 | oproc->nb.notifier_call = omap_rproc_mbox_callback; | 122 | oproc->nb.notifier_call = omap_rproc_mbox_callback; |
120 | 123 | ||
121 | /* every omap rproc is assigned a mailbox instance for messaging */ | 124 | /* every omap rproc is assigned a mailbox instance for messaging */ |