summaryrefslogtreecommitdiffstats
path: root/include/configs/T208xQDS.h
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2016-01-28 16:33:07 +0800
committerYork Sun <york.sun@nxp.com>2016-02-26 10:48:07 -0800
commitcf23b4da624f32639d5cb9de6e3c9069ffd26ae5 (patch)
tree4ddf09641e5aaf5b01ebdf3bbeab7c8b0cbedd19 /include/configs/T208xQDS.h
parent24862c640ea50ac88be343161eb681bea5dbfeef (diff)
downloadblackbird-obmc-uboot-cf23b4da624f32639d5cb9de6e3c9069ffd26ae5.tar.gz
blackbird-obmc-uboot-cf23b4da624f32639d5cb9de6e3c9069ffd26ae5.zip
powerpc/t208xqds: fix esdhc peripheral clock support
The patch that enabled eSDHC peripheral clock support had an obvious error as below. This patch is used to fix it. +#define define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK Fixes: 3285e6cbcc1b ("powerpc/t2080qds: enable eSDHC peripheral clock support") Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r--include/configs/T208xQDS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index a56208c6a6..3caf40bcaf 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -748,7 +748,7 @@ unsigned long get_board_ddr_clk(void);
#ifdef CONFIG_MMC
#define CONFIG_CMD_MMC
#define CONFIG_FSL_ESDHC
-#define define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK
+#define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
#define CONFIG_SYS_FSL_ESDHC_BROKEN_TIMEOUT
#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
OpenPOWER on IntegriCloud