summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 08:41:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 08:41:45 +0000
commit4960b2928d1344832c845f2d118913c3b30c21e3 (patch)
treef783e27cb1dbe18d27602f8f6e563ec5c09a74a0 /c
parent2011-10-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4960b2928d1344832c845f2d118913c3b30c21e3.tar.bz2
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1928/bsps: * mpc55xx/include/fsl-mpc567x.h (struct FLASH_tag): Extend SIZE to 4 bits.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog6
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h3
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index e20d507b27..9f030046fb 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ PR 1928/bsps:
+ * mpc55xx/include/fsl-mpc567x.h (struct FLASH_tag): Extend SIZE to 4
+ bits.
+
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c: Update due to API
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
index 7b77a53a50..40db474f2b 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
@@ -639,8 +639,7 @@ extern "C" {
uint32_t R;
struct {
uint32_t:5;
- uint32_t SIZE:3;
- uint32_t:1;
+ uint32_t SIZE:4;
uint32_t LAS:3;
uint32_t:3;
uint32_t MAS:1;