From df8204f590e48a4282ceadfaefcacb6d60c59d71 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 1 Sep 2011 08:18:56 +0000 Subject: 2011-09-01 Sebastian Huber * mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A. --- c/src/lib/libcpu/powerpc/ChangeLog | 4 ++++ c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h | 1 + 2 files changed, 5 insertions(+) (limited to 'c') 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,3 +1,7 @@ +2011-09-01 Sebastian Huber + + * mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A. + 2011-09-01 Sebastian Huber * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming. 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) -- cgit v1.2.3