Skip to content

Commit

Permalink
apps: remove remaining master terminology
Browse files Browse the repository at this point in the history
Some potentially offensive terms are still present in the code.
Replace them.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed May 13, 2024
1 parent e5cc3a3 commit 4786356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/machine/zynq7/platform_info_remoteproc_master.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern struct hil_platform_ops zynq_a9_proc_ops;
#define SHM_SIZE 0x00200000
#define VRING0_IPI_VECT 6
#define VRING1_IPI_VECT 3
#define MASTER_CPU_ID 0
#define HOST_CPU_ID 0
#define REMOTE_CPU_ID 1

/**
Expand Down
2 changes: 1 addition & 1 deletion apps/tests/msg/rpmsg-nocopy-echo.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int app(struct rpmsg_device *rdev, void *priv)
break;
}
while (rpmsg_list) {
/* Send data back to master */
/* Send data back to host */
ret = rpmsg_send(rpmsg_list->ept, rpmsg_list->data,
rpmsg_list->len);
if (ret < 0) {
Expand Down

0 comments on commit 4786356

Please sign in to comment.