diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-14 21:34:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 19:52:08 -0400 |
commit | eb83d10b4261a4d54e8d132e82933ce98dafb23d (patch) | |
tree | 09743c289b9d30da1980785aaefc76f82d3c17be /arch/m68k/include/asm/coldfire | |
parent | a3c6f97cb15b6cda91d8363a711c238a05cffb51 (diff) |
m68k: Remove M5485 boards
These board has not been converted to CONFIG_DM_PCI by the deadline.
Remove them. As this is all of the CONFIG_M548x platforms as well,
remove that code.
Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k/include/asm/coldfire')
-rw-r--r-- | arch/m68k/include/asm/coldfire/intctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/coldfire/intctrl.h b/arch/m68k/include/asm/coldfire/intctrl.h index 7b42e65bc8..f7f0f07d30 100644 --- a/arch/m68k/include/asm/coldfire/intctrl.h +++ b/arch/m68k/include/asm/coldfire/intctrl.h @@ -11,7 +11,7 @@ #if defined(CONFIG_M5235) || defined(CONFIG_M5271) || \ defined(CONFIG_M5275) || defined(CONFIG_M5282) || \ - defined(CONFIG_M547x) || defined(CONFIG_M548x) + defined(CONFIG_M547x) # define CONFIG_SYS_CF_INTC_REG1 #endif |