mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
[platform/kernel/u-boot.git] / board / BuR / brppt1 / board.c
index dd9649c..8aa03ea 100644 (file)
@@ -150,7 +150,7 @@ int board_init(void)
        hw_watchdog_init();
 #endif
        gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
-#ifdef CONFIG_NAND
+#ifdef CONFIG_MTD_RAW_NAND
        gpmc_init();
 #endif
        return 0;