Skip to content

Commit

Permalink
openamp: fix remoteproc_load_noblock hasn't update rsc_io
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
  • Loading branch information
bentheredonethat committed Feb 13, 2023
1 parent c5fa9ff commit c1d40b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/remoteproc/remoteproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ int remoteproc_load_noblock(struct remoteproc *rproc,
}
rproc->rsc_table = rsc_table;
rproc->rsc_len = rsc_size;
rproc->rsc_io = *io;
metal_free_memory(lrsc_table);
}

Expand Down

0 comments on commit c1d40b3

Please # to comment.