public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] S5P: mmc: fix the mmc offset
@ 2010-08-20  9:12 Minkyu Kang
  2010-08-23  6:40 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Minkyu Kang @ 2010-08-20  9:12 UTC (permalink / raw)
  To: u-boot

This patch fixed the size of mmc structure.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
 arch/arm/include/asm/arch-s5pc1xx/mmc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/arch-s5pc1xx/mmc.h b/arch/arm/include/asm/arch-s5pc1xx/mmc.h
index ac560c2..68c59d1 100644
--- a/arch/arm/include/asm/arch-s5pc1xx/mmc.h
+++ b/arch/arm/include/asm/arch-s5pc1xx/mmc.h
@@ -56,7 +56,7 @@ struct s5p_mmc {
 	unsigned int	control4;
 	unsigned char	res4[0x6e];
 	unsigned short	hcver;
-	unsigned char	res5[0xFFF00];
+	unsigned char	res5[0xFFF02];
 };
 
 struct mmc_host {
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] S5P: mmc: fix the mmc offset
  2010-08-20  9:12 [U-Boot] [PATCH] S5P: mmc: fix the mmc offset Minkyu Kang
@ 2010-08-23  6:40 ` Minkyu Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2010-08-23  6:40 UTC (permalink / raw)
  To: u-boot

On 20 August 2010 18:12, Minkyu Kang <mk7.kang@samsung.com> wrote:
> This patch fixed the size of mmc structure.
>
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
> ?arch/arm/include/asm/arch-s5pc1xx/mmc.h | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
applied to u-boot-samsung

-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-23  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20  9:12 [U-Boot] [PATCH] S5P: mmc: fix the mmc offset Minkyu Kang
2010-08-23  6:40 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox