Kinsey Moore started a new discussion on 
bsps/aarch64/xilinx-zynqmp/start/mmu-config.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/255#note_112941

 > +aarch64_mmu_config_table[] = {
 > +  AARCH64_MMU_DEFAULT_SECTIONS,
 > +  {
 > +    .begin = 0xf9000000U,
 > +    .end = 0xf9100000U,
 > +    .flags = AARCH64_MMU_DEVICE
 > +  }, {
 > +    .begin = 0xfd000000U,
 > +    .end = 0xffc00000U,
 > +    .flags = AARCH64_MMU_DEVICE
 > +  /* Map OCM space */
 > +  }, {
 > +    .begin = 0xfffc0000U,
 > +    .end = 0x100000000U,
 > +    .flags = AARCH64_MMU_DATA_RW
 > +#if 0

Why did this get commented out?

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