aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/cache.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-07-12 12:42:14 -0400
committerTom Rini <trini@konsulko.com>2021-07-18 21:03:57 -0400
commit96b97fa3110f9a7d8bdb097995511fd78f966043 (patch)
tree2a634bf67e9e1362ba33b9d7b61fa372773494f3 /arch/m68k/include/asm/cache.h
parenta732f621bc3d05e829006281e7b421b0af3d9b94 (diff)
downloadu-boot-96b97fa3110f9a7d8bdb097995511fd78f966043.zip
u-boot-96b97fa3110f9a7d8bdb097995511fd78f966043.tar.gz
u-boot-96b97fa3110f9a7d8bdb097995511fd78f966043.tar.bz2
m68k: Remove M52277EVB board
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. As this is also the last in family remove the related support as well. Cc: Angelo Durgehello <angelo.dureghello@timesys.com> Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k/include/asm/cache.h')
-rw-r--r--arch/m68k/include/asm/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/cache.h b/arch/m68k/include/asm/cache.h
index 1c04d6d..ceb462f 100644
--- a/arch/m68k/include/asm/cache.h
+++ b/arch/m68k/include/asm/cache.h
@@ -10,7 +10,7 @@
#define __CACHE_H
#if defined(CONFIG_MCF520x) || defined(CONFIG_MCF523x) || \
- defined(CONFIG_MCF52x2) || defined(CONFIG_MCF5227x)
+ defined(CONFIG_MCF52x2)
#define CONFIG_CF_V2
#endif