]> Git Repo - u-boot.git/commitdiff
S5P: mmc: fix the mmc offset
authorMinkyu Kang <[email protected]>
Fri, 20 Aug 2010 08:57:38 +0000 (17:57 +0900)
committerMinkyu Kang <[email protected]>
Mon, 23 Aug 2010 06:34:37 +0000 (15:34 +0900)
This patch fixed the size of mmc structure.

Signed-off-by: Minkyu Kang <[email protected]>
arch/arm/include/asm/arch-s5pc1xx/mmc.h

index ac560c27046358fd30f76830230556731f241b91..68c59d13e3406223d73815220a7753153f010696 100644 (file)
@@ -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 {
This page took 0.035989 seconds and 4 git commands to generate.