Changeset 27390a29 in rtems


Ignore:
Timestamp:
10/14/15 05:45:29 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
e333089
Parents:
cf8e033
git-author:
Sebastian Huber <sebastian.huber@…> (10/14/15 05:45:29)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/14/15 05:46:23)
Message:

bsps/arm: Add missing translation table entry

See also bc820946793426dbdc450dc8bba4a15d01006182.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/shared/include/arm-cp15-start.h

    rcf8e033 r27390a29  
    8484    .begin = (uint32_t) bsp_section_nocache_begin, \
    8585    .end = (uint32_t) bsp_section_nocache_end, \
     86    .flags = ARMV7_MMU_DEVICE \
     87  }, { \
     88    .begin = (uint32_t) bsp_section_nocacheheap_begin, \
     89    .end = (uint32_t) bsp_section_nocacheheap_end, \
    8690    .flags = ARMV7_MMU_DEVICE \
    8791  }
Note: See TracChangeset for help on using the changeset viewer.