From: Lothar Waßmann Date: Thu, 22 Oct 2015 09:26:22 +0000 (+0200) Subject: nand: mxs: use CONFIG_ARCH_MX6 instead of CONFIG_SOC_MX6Q X-Git-Tag: KARO-TX6UL-2015-10-23~6 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=bd64ec234dd1483d6742cf71c63e6984256ddf8d nand: mxs: use CONFIG_ARCH_MX6 instead of CONFIG_SOC_MX6Q --- diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c index 4381780223..3c5e935bd5 100644 --- a/drivers/mtd/nand/mxs_nand.c +++ b/drivers/mtd/nand/mxs_nand.c @@ -592,7 +592,7 @@ static void mxs_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int length) mxs_dma_desc_append(channel, d); -#ifndef CONFIG_SOC_MX6Q +#ifndef CONFIG_ARCH_MX6 /* * A DMA descriptor that waits for the command to end and the chip to * become ready.