aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/cache.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-07-12 12:42:13 -0400
committerTom Rini <trini@konsulko.com>2021-07-18 21:03:57 -0400
commita732f621bc3d05e829006281e7b421b0af3d9b94 (patch)
treed461954deadeacabd4488d122213f09eb4ac169d /arch/m68k/include/asm/cache.h
parent5e770daa3cb6c0edb71dca2ab57a8c31f8d2b365 (diff)
downloadu-boot-a732f621bc3d05e829006281e7b421b0af3d9b94.zip
u-boot-a732f621bc3d05e829006281e7b421b0af3d9b94.tar.gz
u-boot-a732f621bc3d05e829006281e7b421b0af3d9b94.tar.bz2
m68k: Remove M54451EVB 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> 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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/cache.h b/arch/m68k/include/asm/cache.h
index fabec0a..1c04d6d 100644
--- a/arch/m68k/include/asm/cache.h
+++ b/arch/m68k/include/asm/cache.h
@@ -19,9 +19,7 @@
#define CONFIG_CF_V3
#endif
-#if defined(CONFIG_MCF5445x)
-#define CONFIG_CF_V4
-#elif defined(CONFIG_MCF5441x)
+#if defined(CONFIG_MCF5441x)
#define CONFIG_CF_V4E /* Four Extra ACRn */
#endif