diff options
author | Matthias Fuchs | 2015-01-12 22:33:38 +0100 |
---|---|---|
committer | Tom Rini | 2015-01-13 09:37:21 -0500 |
commit | cbdc662a2c7ef75071d4e892bd5ea0b65098c5d1 (patch) | |
tree | 59015e0601decbe424b16555c10f08d441aa3c54 /arch/m68k/Kconfig | |
parent | 92fa7f53f1f3f03296f8ffb14bdf1baefab83368 (diff) |
m68k: remove TASREG board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 5374b4d6ebd..78c98ed2d0c 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -19,9 +19,6 @@ config TARGET_COBRA5272 config TARGET_EB_CPU5282 bool "Support eb_cpu5282" -config TARGET_TASREG - bool "Support TASREG" - config TARGET_M5208EVBE bool "Support M5208EVBE" @@ -75,7 +72,6 @@ endchoice source "board/BuS/eb_cpu5282/Kconfig" source "board/astro/mcf5373l/Kconfig" source "board/cobra5272/Kconfig" -source "board/esd/tasreg/Kconfig" source "board/freescale/m5208evbe/Kconfig" source "board/freescale/m52277evb/Kconfig" source "board/freescale/m5235evb/Kconfig" |