summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index ad758a221c..4342d4895d 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,9 @@
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.
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
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 49701d394f..7b77a53a50 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
@@ -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)