Preetam Das commented on a discussion on 
bsps/aarch64/raspberrypi5/fdt/bsp_fdt.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1154#note_147190

 > +#endif /* BSP_START_COPY_FDT_FROM_BOOT_FW */
 > +
 > +const void *bsp_fdt_get( void )
 >  {
 >      return bcm2712_rpi_5_b_dtb;
 >  }
 >  
 > -uint32_t bsp_fdt_map_intr(const uint32_t *intr, size_t icells)
 > +uint32_t bsp_fdt_map_intr( const uint32_t *intr, size_t icells )
 >  {
 > -  if (icells != 3) {
 > +  if ( icells != 3 ) {
 >      return 0;
 >    }
 > -  return (intr[0] == 0 ? 32 : 16) + intr[1];
 > +  return ( intr[0] == 0 ? 32 : 16 ) + intr[1];

done

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1154#note_147190
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