
11 Sep
2013
11 Sep
'13
3:53 a.m.
On 03/09/13 21:57, Przemyslaw Marczak wrote:
On s5pc1xx mmc devices offset is multiply of 0x100000, wrong value was 0x10000. Register offset always points to mmc 0 before this change.
Add macro definition of mmc dev register offset to s5pc1xx and exynos mmc.
Signed-off-by: Przemyslaw Marczak p.marczak@samsung.com Signed-off-by: Kyungmin Park kyungmin.park@samsung.com CC: Minkyu Kang mk7.kang@samsung.com Acked-by: Jaehoon Chung <jh80.chung at samsung.com>
arch/arm/include/asm/arch-exynos/mmc.h | 6 +++++- arch/arm/include/asm/arch-s5pc1xx/mmc.h | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-)
applied to u-boot-samsung.
Thanks, Minkyu Kang.