aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/mxc_nand.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-14 09:09:31 -0400
committerTom Rini <trini@konsulko.com>2021-10-01 12:08:19 -0400
commit14b38cb0c272db4ef5cd9d1af0aabd2636cdc9c0 (patch)
tree45e638fd4dbabfbdde88eea296f3df370d56b10d /drivers/mtd/nand/raw/mxc_nand.h
parent570320da3b4248f882349400dc5b4f8dbc403cef (diff)
arm: Remove flea3 board
This board has not been converted to CONFIG_DM by the deadline. Remove it. As this is the last mx35 platform, remove that support as well. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'drivers/mtd/nand/raw/mxc_nand.h')
-rw-r--r--drivers/mtd/nand/raw/mxc_nand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/mxc_nand.h b/drivers/mtd/nand/raw/mxc_nand.h
index 1c7f3a2e22..09bcb8f028 100644
--- a/drivers/mtd/nand/raw/mxc_nand.h
+++ b/drivers/mtd/nand/raw/mxc_nand.h
@@ -29,7 +29,7 @@
#define is_mxc_nfc_1() 1
#define is_mxc_nfc_21() 0
#define is_mxc_nfc_32() 0
-#elif defined(CONFIG_MX25) || defined(CONFIG_MX35)
+#elif defined(CONFIG_MX25)
#define MXC_NFC_V2_1
#define is_mxc_nfc_1() 0
#define is_mxc_nfc_21() 1