forked from Imagelibrary/rtems
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:
@@ -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>
|
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c: Update due to API
|
* mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c: Update due to API
|
||||||
|
|||||||
@@ -639,8 +639,7 @@ extern "C" {
|
|||||||
uint32_t R;
|
uint32_t R;
|
||||||
struct {
|
struct {
|
||||||
uint32_t:5;
|
uint32_t:5;
|
||||||
uint32_t SIZE:3;
|
uint32_t SIZE:4;
|
||||||
uint32_t:1;
|
|
||||||
uint32_t LAS:3;
|
uint32_t LAS:3;
|
||||||
uint32_t:3;
|
uint32_t:3;
|
||||||
uint32_t MAS:1;
|
uint32_t MAS:1;
|
||||||
|
|||||||
Reference in New Issue
Block a user