global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / board / phytec / pcl063 / spl.c
index fea4aa3..b6d459f 100644 (file)
@@ -156,7 +156,7 @@ int board_mmc_init(struct bd_info *bis)
 {
        int i, ret;
 
-       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(usdhc1_pads);