diff options
author | Haijun.Zhang <Haijun.Zhang@freescale.com> | 2013-10-31 09:38:19 +0800 |
---|---|---|
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | 2013-10-31 09:55:34 +0200 |
commit | ef38f3ffb97331725b00dce667da3aefa0a75340 (patch) | |
tree | e9d94f7df5d7f855ba457dc062ff6230533ff2b4 /include | |
parent | a54d68113261ad5da8ff43fd0d5ed811fb1d361d (diff) | |
download | u-boot-imx-ef38f3ffb97331725b00dce667da3aefa0a75340.zip u-boot-imx-ef38f3ffb97331725b00dce667da3aefa0a75340.tar.gz u-boot-imx-ef38f3ffb97331725b00dce667da3aefa0a75340.tar.bz2 |
powerpc/esdhc: Add 3.3v voltage support in esdhc capacity register
T4240QDS eSDHC host capabilities reigster should have VS33 bit define.
Add quirk CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 to deal with capacity
missing
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Haijun Zhang <Haijun.Zhang@freescale.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T4240QDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/T4240QDS.h b/include/configs/T4240QDS.h index 590799c..3777ccb 100644 --- a/include/configs/T4240QDS.h +++ b/include/configs/T4240QDS.h @@ -463,6 +463,7 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_CMD_EXT2 #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION +#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 #endif #define CONFIG_BOOTDELAY 10 /* -1 disables auto-boot */ |