From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 20 Aug 2012 12:17:04 +0200 Subject: [U-Boot] [PATCH 1/6] mx35 iomux: Remove unused macro In-Reply-To: <1398572630.2410677.1344973156134.JavaMail.root@advansee.com> References: <1398572630.2410677.1344973156134.JavaMail.root@advansee.com> Message-ID: <50320EA0.1040802@denx.de> 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/08/2012 21:39, Beno?t Th?baudeau wrote: > Signed-off-by: Beno?t Th?baudeau > Cc: Stefano Babic > --- > .../arch/arm/cpu/arm1136/mx35/iomux.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git u-boot-4d3c95f.orig/arch/arm/cpu/arm1136/mx35/iomux.c u-boot-4d3c95f/arch/arm/cpu/arm1136/mx35/iomux.c > index f93191d..a302575 100644 > --- u-boot-4d3c95f.orig/arch/arm/cpu/arm1136/mx35/iomux.c > +++ u-boot-4d3c95f/arch/arm/cpu/arm1136/mx35/iomux.c > @@ -44,8 +44,6 @@ enum iomux_reg_addr { > #define MUX_INPUT_NUM_MUX \ > (((IOMUXSW_INPUT_END - IOMUXSW_INPUT_CTL) >> 2) + 1) > > -#define PIN_TO_IOMUX_INDEX(pin) ((PIN_TO_IOMUX_PAD(pin) - 0x328) >> 2) > - > /* > * Request ownership for an IO pin. This function has to be the first one > * being called before that pin is used. > Acked-by: Stefano Babic Best regards, Strefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================