global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / board / bosch / acc / acc.c
index dbc03c9..770ca8b 100644 (file)
@@ -562,7 +562,7 @@ int board_mmc_init(struct bd_info *bis)
         * mmc0 USDHC2
         * mmc1 USDHC4
         */
-       for (i = 0; i < CONFIG_SYS_FSL_USDHC_NUM; i++) {
+       for (i = 0; i < CFG_SYS_FSL_USDHC_NUM; i++) {
                switch (i) {
                case 0:
                        SETUP_IOMUX_PADS(usdhc2_pads);