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.
This commit is contained in:
Ralf Corsepius
2011-10-07 08:41:45 +00:00
parent 71d093f037
commit 4960b2928d
2 changed files with 7 additions and 2 deletions

View File

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

View File

@@ -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;