diff options
author | Yangbo Lu <yangbo.lu@freescale.com> | 2015-09-17 02:27:38 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-11-02 16:50:15 (GMT) |
commit | 12486f38419c54b36dc9b2707bc2912734e9fe2d (patch) | |
tree | 6a52d80da438515ed23a0ebbc83f76e2b2be917e /include | |
parent | fa1e035e5c4f4d4134d5000951cb5d7ef6727736 (diff) | |
download | u-boot-12486f38419c54b36dc9b2707bc2912734e9fe2d.tar.xz |
powerpc/t1040qds: enable peripheral clock for eSDHC
Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T1040QDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index a8f0dc2..fc263df 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -592,6 +592,7 @@ unsigned long get_board_ddr_clk(void); #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC +#define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC |