From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 23 Jul 2014 12:39:58 +0200 Subject: [U-Boot] [PATCH v4 0/6] arm, imx6: add aristainetos board support In-Reply-To: <1405656442-32752-1-git-send-email-hs@denx.de> References: <1405656442-32752-1-git-send-email-hs@denx.de> Message-ID: <53CF90FE.7040400@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 Hi Heiko, On 18/07/2014 06:07, Heiko Schocher wrote: All series applied with the following change due to inclusion Fabios's cleanup for iomuxc register (http://patchwork.ozlabs.org/patch/368335/) int board_eth_init(bd_t *bis) { - struct iomuxc_base_regs *iomuxc_regs = - (struct iomuxc_base_regs *)IOMUXC_BASE_ADDR; + struct iomuxc *iomuxc_regs = + (struct iomuxc *)IOMUXC_BASE_ADDR; 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 =====================================================================