Changeset 4960b29 in rtems
- Timestamp:
- 10/07/11 08:41:45 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- c6d8f997
- Parents:
- 71d093f0
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r71d093f0 r4960b29 1 2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 PR 1928/bsps: 4 * mpc55xx/include/fsl-mpc567x.h (struct FLASH_tag): Extend SIZE to 4 5 bits. 6 1 7 2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 8 -
c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
r71d093f0 r4960b29 640 640 struct { 641 641 uint32_t:5; 642 uint32_t SIZE:3; 643 uint32_t:1; 642 uint32_t SIZE:4; 644 643 uint32_t LAS:3; 645 644 uint32_t:3;
Note: See TracChangeset
for help on using the changeset viewer.