global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / board / seeed / npi_imx6ull / spl.c
index 4b56f52..b29da2c 100644 (file)
@@ -154,7 +154,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);