summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-s5pc1xx/mmc.h
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2010-08-20 17:57:38 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2010-08-23 15:34:37 +0900
commitda70a2bb4a3b2a1e2e5d9ab2521e2f7d690a569c (patch)
tree0a90276aea4f4ffac0483f4de4fce770c2f1c540 /arch/arm/include/asm/arch-s5pc1xx/mmc.h
parent37168dab52bf8419a2fd91d2c098aed5c675ae50 (diff)
downloadtalos-obmc-uboot-da70a2bb4a3b2a1e2e5d9ab2521e2f7d690a569c.tar.gz
talos-obmc-uboot-da70a2bb4a3b2a1e2e5d9ab2521e2f7d690a569c.zip
S5P: mmc: fix the mmc offset
This patch fixed the size of mmc structure. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-s5pc1xx/mmc.h')
-rw-r--r--arch/arm/include/asm/arch-s5pc1xx/mmc.h2
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 ac560c2704..68c59d13e3 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 {
OpenPOWER on IntegriCloud