gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2073066955
##########
drivers/misc/optee.c:
##########
@@ -653,5 +1849,47 @@ static int optee_ioctl(FAR struct file *filep, int cmd,
unsigned long arg)
int optee_register(void)
{
+#ifdef CONFIG_DEV_OPTEE_SMC64
Review Comment:
I take it you mean to remove `CONFIG_DEV_OPTEE_SMC64_TEST` entirely. No
problem (I just thought since I wrote it, why not make it available for anyone
else, but I will remove it).
Though I must admit, I didn't get why it "isn't good". Code quality or just
the fact that test code exists there?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org