diff options
author | Sammy He <r62914@freescale.com> | 2009-12-21 17:09:24 +0800 |
---|---|---|
committer | Sammy He <r62914@freescale.com> | 2009-12-21 17:13:34 +0800 |
commit | 750f168825cb80df2c296d69ec671f117d345c02 (patch) | |
tree | bceb43c97c84946578912de11d62dfeb52749d74 /include/asm-arm/arch-mx25 | |
parent | e9ff0d26c61f8999a3f48b78538eae0b072ce4c6 (diff) | |
download | u-boot-imx-750f168825cb80df2c296d69ec671f117d345c02.zip u-boot-imx-750f168825cb80df2c296d69ec671f117d345c02.tar.gz u-boot-imx-750f168825cb80df2c296d69ec671f117d345c02.tar.bz2 |
ENGR00119526 MX25: Fix mmc read/write failure on mmc ubootrel_imx_2.6.31_09.12.00
Fix MMC read/write failure due to eSDHC register definition wrong
Signed-off-by: Sammy He <r62914@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx25')
-rw-r--r-- | include/asm-arm/arch-mx25/mx25-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx25/mx25-regs.h b/include/asm-arm/arch-mx25/mx25-regs.h index 26f3031..77fb4f5 100644 --- a/include/asm-arm/arch-mx25/mx25-regs.h +++ b/include/asm-arm/arch-mx25/mx25-regs.h @@ -372,7 +372,7 @@ /*! * * NFMS bit in RCSR register for pagesize of nandflash * */ -#define NFMS (*((volatile u32 *)(CCM_BASE+0x18))) +#define NFMS (*((volatile u32 *)(CCM_BASE+0x28))) #define NFMS_BIT 8 #define NFMS_NF_DWIDTH 14 #define NFMS_NF_PG_SZ 8 |