[U-Boot] [PATCH V2] ARMV7: S5P: Fixed register offset in mmc.h

2011-03-22 Thread Chander Kashyap
The MMC registers are accessed through struct s5p_mmc member variables. MMC controller control4 register offset is set to 0x8C as per data sheet. The size of struct s5p_mmc is also corrected. Signed-off-by: Chander Kashyap chander.kash...@linaro.org Signed-off-by: Tushar Behera

Re: [U-Boot] [PATCH V2] ARMV7: S5P: Fixed register offset in mmc.h

2011-03-22 Thread Minkyu Kang
Dear Chander Kashyap, On 22 March 2011 20:29, Chander Kashyap chander.kash...@linaro.org wrote: The MMC registers are accessed through struct s5p_mmc member variables. MMC controller control4 register offset is set to 0x8C as per data sheet. The size of struct s5p_mmc is also corrected.