-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apps: remove remaining master terminology #589
Conversation
@@ -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 MAIN_CPU_ID 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HOST
seems to be used more often when paired with REMOTE
, such as in RPMSG_HOST
.
Is this not used anywhere? If not, better to just drop these two defines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the REMOTE_CPU_ID
is used, so I have kept it for readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, then still would suggest HOST_CPU_ID
if these defines need to remain.
I also fix few typos in a separate commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go.
Some potentially offensive terms are still present in the code. Replace them. Signed-off-by: Arnaud Pouliquen <[email protected]>
deea9cd
to
9838bf5
Compare
fix minor typos in platform_info_remoteproc_master.c Signed-off-by: Arnaud Pouliquen <[email protected]>
Some potentially offensive terms are still present in the code, Replace them.