Re: [U-Boot] [PATCH] powerpc/t208xqds: fix esdhc peripheral clock support

2016-02-26 Thread york sun
On 01/28/2016 12:41 AM, Yangbo Lu wrote:
> 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 
> ---
>  include/configs/T208xQDS.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-mpc85xx master. Awaiting upstream.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] powerpc/t208xqds: fix esdhc peripheral clock support

2016-01-28 Thread Yangbo Lu
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 
---
 include/configs/T208xQDS.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index a56208c..3caf40b 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
-- 
2.1.0.27.g96db324

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot