From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 14 May 2015 09:01:38 -0600 Subject: [U-Boot] [PATCH V4 2/2] imx: mx27 remove redundant macro In-Reply-To: <1431597792-4380-2-git-send-email-Peng.Fan@freescale.com> References: <1431597792-4380-1-git-send-email-Peng.Fan@freescale.com> <1431597792-4380-2-git-send-email-Peng.Fan@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14 May 2015 at 04:03, Peng Fan wrote: > Use common macro in iomux-v3.h, remove redundant macro. > > Signed-off-by: Peng Fan > --- > > Changes v4: > New patch. > we include mxc_i2c.h in driver/i2c/mxc_i2c.c in patch 1/2. > mxc_i2c.h includes iomux-v3.h. > Since iomux-v3.h have some macros which also exists in > asm/arch-xx/imx-regs.h, this will introudce compile warnings > such as "redefined macro". > > Changes v3: > none > > Changes v2: > none > > arch/arm/cpu/arm926ejs/mx27/generic.c | 1 + > arch/arm/include/asm/arch-mx27/imx-regs.h | 22 ---------------------- > arch/arm/include/asm/imx-common/iomux-v3.h | 22 ++++++++++++++++------ > board/armadeus/apf27/apf27.c | 1 + > board/armadeus/apf27/fpga.c | 1 + > board/logicpd/imx27lite/imx27lite.c | 1 + > 6 files changed, 20 insertions(+), 28 deletions(-) Applied to u-boot-dm, thanks!