diff --git a/[refs] b/[refs] index 671e6c872a85..0e0bb26e37e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c33e14c724406d987111ee73f1c5335a1f450473 +refs/heads/master: d6bc5f70e04168a3240f3ad7948415798128b949 diff --git a/trunk/arch/arm/plat-s3c/include/plat/sdhci.h b/trunk/arch/arm/plat-s3c/include/plat/sdhci.h index 5aeebeb70dc2..f6276f835be4 100644 --- a/trunk/arch/arm/plat-s3c/include/plat/sdhci.h +++ b/trunk/arch/arm/plat-s3c/include/plat/sdhci.h @@ -88,7 +88,7 @@ static inline void s3c6410_default_sdhci0(void) static inline void s3c6410_default_sdhci1(void) { s3c_hsmmc1_def_platdata.clocks = s3c6410_hsmmc_clksrcs; - s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci0_cfg_gpio; + s3c_hsmmc1_def_platdata.cfg_gpio = s3c6410_setup_sdhci1_cfg_gpio; s3c_hsmmc1_def_platdata.cfg_card = s3c6410_setup_sdhci0_cfg_card; } #else