* mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.
This commit is contained in:
Sebastian Huber
2011-09-01 08:18:56 +00:00
parent 3ac2bf5e24
commit df8204f590
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.

View File

@@ -6527,6 +6527,7 @@ extern "C" {
#define FMPLL (*( volatile struct FMPLL_tag *) 0xC3F80000)
#define EBI (*( volatile struct EBI_tag *) 0xC3F84000)
#define FLASH_A (*( volatile struct FLASH_tag *) 0xC3F88000)
#define FLASH FLASH_A
#define FLASH_B (*( volatile struct FLASH_tag *) 0xC3F8C000)
#define SIU (*( volatile struct SIU_tag *) 0xC3F90000)