zhangyu-duck commented on code in PR #18391:
URL: https://github.com/apache/nuttx/pull/18391#discussion_r2872545824


##########
arch/tricore/Kconfig:
##########
@@ -123,10 +123,21 @@ config HAVE_SECURITY_CORE
        --help--
                In addition to the 6 cores, tc4xx also has one more security 
core.
 
+config CPU_COREID

Review Comment:
   may i remain this ? because there are following reason:
   1. diffrent cores use  one script
   2. may need to use this symbol in the preprocessing stage. like scipts:
   #define LCF_PFLASH_KERNEL_START     
GENERATE_CORE_PFLASH_KERNEL_START(CONFIG_CPU_COREID)
   #define LCF_PFLASH_KERNEL_SIZE        
GENERATE_CORE_PFLASH_KERNEL_SIZE(CONFIG_CPU_COREID)
   #define LCF_DSPR_KERNEL_START         
GENERATE_CORE_DSPR_KERNEL_START(CONFIG_CPU_COREID)
   #define LCF_DSPR_KERNEL_SIZE            
GENERATE_CORE_DSPR_KERNEL_SIZE(CONFIG_CPU_COREID)
   
   
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to