mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-18 12:45:25 +00:00
S5P: mmc: fix the mmc offset
This patch fixed the size of mmc structure. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
37168dab52
commit
da70a2bb4a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ struct s5p_mmc {
|
||||||
unsigned int control4;
|
unsigned int control4;
|
||||||
unsigned char res4[0x6e];
|
unsigned char res4[0x6e];
|
||||||
unsigned short hcver;
|
unsigned short hcver;
|
||||||
unsigned char res5[0xFFF00];
|
unsigned char res5[0xFFF02];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct mmc_host {
|
struct mmc_host {
|
||||||
|
|
Loading…
Add table
Reference in a new issue