global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / board / ronetix / imx8mq-cm / spl.c
index c32a06f..b9a6745 100644 (file)
@@ -89,7 +89,7 @@ int board_mmc_init(struct bd_info *bis)
         * mmc0                    USDHC1
         * mmc1                    USDHC2
         */
-       for (i = 0; i < CONFIG_SYS_FSL_USDHC_NUM; i++) {
+       for (i = 0; i < CFG_SYS_FSL_USDHC_NUM; i++) {
                switch (i) {
                case 0:
                        init_clk_usdhc(0);