summaryrefslogtreecommitdiff
path: root/arch/m68k/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:09 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 02:52:08 +0300
commiteb83d10b4261a4d54e8d132e82933ce98dafb23d (patch)
tree09743c289b9d30da1980785aaefc76f82d3c17be /arch/m68k/Kconfig
parenta3c6f97cb15b6cda91d8363a711c238a05cffb51 (diff)
downloadu-boot-eb83d10b4261a4d54e8d132e82933ce98dafb23d.tar.xz
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/Kconfig')
-rw-r--r--arch/m68k/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index fef108105b..f7f6d08be3 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -141,10 +141,6 @@ config M547x
bool
select MCF547x_8x
-config M548x
- bool
- select MCF547x_8x
-
choice
prompt "Target select"
optional
@@ -221,10 +217,6 @@ config TARGET_M5475EVB
bool "Support M5475EVB"
select M547x
-config TARGET_M5485EVB
- bool "Support M5485EVB"
- select M548x
-
config TARGET_AMCORE
bool "Support AMCORE"
select M5307
@@ -253,7 +245,6 @@ source "board/freescale/m54418twr/Kconfig"
source "board/freescale/m54451evb/Kconfig"
source "board/freescale/m54455evb/Kconfig"
source "board/freescale/m547xevb/Kconfig"
-source "board/freescale/m548xevb/Kconfig"
source "board/sysam/amcore/Kconfig"
source "board/sysam/stmark2/Kconfig"