Joel Sherrill commented: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/858#note_136510


@joaoborges98 The commit message still isn't passing the check. It has lines 
over 72 characters. The checker cannot tell but the part before the colon on 
the first line should indicate the code area. Something like this:

```
xilinx-zynqmp-rpu/include/bsp.h: Avoid reinitialization of GIC

The ZYNQMP_RPU_CORE_INDEX macro was undefined in the code, which resulted in 
BSP_ARM_GIC_MULTI_PROCESSOR_SECONDARY never being defined. This makes the 
secondary core initialize GIC again. It should be corrected by defining the 
ZYNQMP_RPU_SPLIT_INDEX macro.
```

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/858#note_136510
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to