Sebastian Huber commented on a discussion on 
bsps/aarch64/xilinx-zynqmp/start/mmu-config.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/255#note_112961

 > +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

Thanks for spotting this. I had to extract the patch set from a larger one and 
this was a manual error in the process.

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