From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 23 Jul 2014 12:36:32 +0200 Subject: [U-Boot] [PATCH 1/2] mx6: Remove duplication of iomuxc structure In-Reply-To: <1404939595-16151-1-git-send-email-festevam@gmail.com> References: <1404939595-16151-1-git-send-email-festevam@gmail.com> Message-ID: <53CF9030.8090705@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 09/07/2014 22:59, Fabio Estevam wrote: > From: Fabio Estevam > > There is no need to keep iomuxc_base_regs structure as it serves the exact same > purpose of the iomuxc structure, which is to provide access to the GPR > registers. > > The additional fields of iomuxc_base_regs are not used. Other advantage of > 'iomuxc' is that it has a shorter name and the variable declarations can fit > into a single line. > > So remove iomuxc_base_regs structure and use iomuxc instead. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano 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 =====================================================================