From fcec9c4caa2eacd571867fbf45892ba91ee73fd1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 Oct 2011 08:37:07 +0000 Subject: 2011-10-10 Sebastian Huber * mpc55xx/include/fsl-mpc567x.h: Added EQADC as an alias to EQADC_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 ffe3df9511..6287d014af 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-10 Sebastian Huber + + * mpc55xx/include/fsl-mpc567x.h: Added EQADC as an alias to EQADC_A. + 2011-10-10 Sebastian Huber PR 1928/bsps: 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 7b77a53a50..e84c084502 100644 --- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h +++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h @@ -6555,6 +6555,7 @@ extern "C" { #define EDMA_B (*( volatile struct EDMA_tag *) 0xFFF54000) #define EQADC_A (*( volatile struct EQADC_tag *) 0xFFF80000) +#define EQADC EQADC_A #define EQADC_B (*( volatile struct EQADC_tag *) 0xFFF84000) #define DECFIL_A (*( volatile struct DECFIL_tag *) 0xFFF88000) -- cgit v1.2.3