diff options
author | Tom Rini | 2021-05-14 21:34:10 -0400 |
---|---|---|
committer | Tom Rini | 2021-07-07 19:52:22 -0400 |
commit | 9b7993bba939220dba945b2dbf979d2c3e68123d (patch) | |
tree | 2744f0644fdfc06c3c81d7665c3005d95b040e0f /env/Kconfig | |
parent | eb83d10b4261a4d54e8d132e82933ce98dafb23d (diff) |
m68k: Remove M5475x boards
These board has not been converted to CONFIG_DM_PCI by the deadline.
Remove them. As this is the last of the mcf547x_8x family of boards,
remove that support as well.
Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'env/Kconfig')
-rw-r--r-- | env/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index 1411f9e815e..ea0ee1e8baf 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -82,7 +82,7 @@ config ENV_IS_IN_FLASH depends on !CHAIN_OF_TRUST default y if ARCH_CINTEGRATOR default y if ARCH_INTEGRATOR_CP - default y if M548x || M547x || M5282 || MCF547x_8x + default y if M548x || M547x || M5282 default y if MCF532x || MCF52x2 default y if MPC86xx || MPC83xx default y if ARCH_MPC8572 || ARCH_MPC8548 || ARCH_MPC8641 |