mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
[oweals/u-boot.git] / board / freescale / t102xrdb / t102xrdb.c
index d578a0b1a5b15c8d81eb7ebe8b75d82296a12d58..ab07c1f8ddb23d44f805cfea1b1cb0801a6a0b21 100644 (file)
@@ -76,7 +76,7 @@ int checkboard(void)
                printf("NOR vBank%d\n", reg);
        }
 #elif defined(CONFIG_TARGET_T1023RDB)
-#ifdef CONFIG_NAND
+#ifdef CONFIG_MTD_RAW_NAND
        puts("NAND\n");
 #else
        printf("NOR vBank%d\n", t1023rdb_ctrl(I2C_GET_BANK));