From 96b97fa3110f9a7d8bdb097995511fd78f966043 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 12 Jul 2021 12:42:14 -0400 Subject: 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 Cc: TsiChung Liew Signed-off-by: Tom Rini --- arch/m68k/include/asm/cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/m68k/include/asm/cache.h') 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 -- cgit v1.1