global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
[platform/kernel/u-boot.git] / board / freescale / p1010rdb / spl_minimal.c
index a262d5c..9cd46c9 100644 (file)
@@ -22,9 +22,9 @@ void board_init_f(ulong bootflag)
        u32 plat_ratio;
        ccsr_gur_t *gur = (void *)CFG_SYS_MPC85xx_GUTS_ADDR;
 
-#if defined(CONFIG_SYS_NAND_BR_PRELIM) && defined(CONFIG_SYS_NAND_OR_PRELIM)
-       set_lbc_br(0, CONFIG_SYS_NAND_BR_PRELIM);
-       set_lbc_or(0, CONFIG_SYS_NAND_OR_PRELIM);
+#if defined(CFG_SYS_NAND_BR_PRELIM) && defined(CFG_SYS_NAND_OR_PRELIM)
+       set_lbc_br(0, CFG_SYS_NAND_BR_PRELIM);
+       set_lbc_or(0, CFG_SYS_NAND_OR_PRELIM);
 #endif
 
        /* initialize selected port with appropriate baud rate */