global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / arch / arm / mach-imx / cmd_mfgprot.c
index ec8a875..9576b48 100644 (file)
@@ -41,7 +41,7 @@ static int do_mfgprot(struct cmd_tbl *cmdtp, int flag, int argc, char *const arg
        /* Enable HAB clock */
        hab_caam_clock_enable(1);
 
-       u32 out_jr_size = sec_in32(CONFIG_SYS_FSL_JR0_ADDR +
+       u32 out_jr_size = sec_in32(CFG_SYS_FSL_JR0_ADDR +
                                   FSL_CAAM_ORSR_JRa_OFFSET);
 
        if (out_jr_size != FSL_CAAM_MAX_JR_SIZE)