From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 25 Nov 2013 13:02:08 -0800 Subject: [U-Boot] [PATCH v2] mpc85xx: Fix the offset of register address error In-Reply-To: <1381978053-31170-1-git-send-email-Yuantian.Tang@freescale.com> References: <1381978053-31170-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <5293BAD0.5030700@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/16/2013 07:47 PM, Yuantian.Tang at freescale.com wrote: > From: Tang Yuantian > > The offset of register address within GPIO module is just > CONFIG_SYS_MPC85xx_GPIO_ADDR. So, fix it. The following platforms > are confirmed: MPC8572, P1023, P1020, P1022, P2020, P4080, > P5020, P5040, T4240, B4860. > > Signed-off-by: Tang Yuantian > --- Applied to u-boot-mpc85xx/master. Thanks. York