diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-09 10:44:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-23 14:33:21 -0400 |
commit | b740074ac490fdafdf798956c4cfa3b825293b4b (patch) | |
tree | 9b19eb88ae46a02bf363570d3f828c8c65ccef7f /arch/m68k/Kconfig | |
parent | d68b6ad1382b5357e77ce6b4d3fd74831835d62e (diff) | |
download | u-boot-b740074ac490fdafdf798956c4cfa3b825293b4b.tar.gz u-boot-b740074ac490fdafdf798956c4cfa3b825293b4b.tar.bz2 u-boot-b740074ac490fdafdf798956c4cfa3b825293b4b.zip |
m68k: m5253evbe: Remove this board
The m5253evbe board has been marked as orphan since June of 2014 and
should have been dropped a while ago. Do so now.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 42fb91539a..1f6df5c870 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -144,10 +144,6 @@ config TARGET_M5253DEMO bool "Support M5253DEMO" select M5253 -config TARGET_M5253EVBE - bool "Support M5253EVBE" - select M5253 - config TARGET_M5272C3 bool "Support M5272C3" select M5272 @@ -214,7 +210,6 @@ source "board/freescale/m52277evb/Kconfig" source "board/freescale/m5235evb/Kconfig" source "board/freescale/m5249evb/Kconfig" source "board/freescale/m5253demo/Kconfig" -source "board/freescale/m5253evbe/Kconfig" source "board/freescale/m5272c3/Kconfig" source "board/freescale/m5275evb/Kconfig" source "board/freescale/m5282evb/Kconfig" |