Re: [U-Boot] [PATCH] powerpc: MPC8544DS: revert typo in I2C offset value

2016-06-29 Thread Joe Hershberger
Hi York, On Wed, Jun 29, 2016 at 6:27 PM, York Sun wrote: > From: Benjamin Kamath > > I2C offset was changed by commit 00f792e0 from 0x3100 to 0x3000. Please provide the summary of commit 00f792e0 in parenthesis. > This typo leads to error when reading SPD from DDR DIMMs. > > Signed-off-by: Be

[U-Boot] [PATCH] powerpc: MPC8544DS: revert typo in I2C offset value

2016-06-29 Thread York Sun
From: Benjamin Kamath I2C offset was changed by commit 00f792e0 from 0x3100 to 0x3000. This typo leads to error when reading SPD from DDR DIMMs. Signed-off-by: Benjamin Kamath Signed-off-by: York Sun --- include/configs/MPC8544DS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff