diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-25 14:34:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-30 15:02:45 -0400 |
commit | 50b5326868494f823d7ac1439d99779688441f3b (patch) | |
tree | aa8cb43b666894faaee9450c41af91410e108cc2 /arch/arm/mach-omap2 | |
parent | 9ccd840cca6dce435138fdecaf302eb197d3971e (diff) |
ti814x: Remove platform
The TI814x (DM814x) platform is rather old and in need of a lot of
migration work. As much of that work is well past the deadline, remove
this platform.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 4c87cbc00f..48bc80a639 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -181,7 +181,6 @@ source "board/BuR/brppt1/Kconfig" source "board/siemens/draco/Kconfig" source "board/siemens/pxm2/Kconfig" source "board/siemens/rut/Kconfig" -source "board/ti/ti814x/Kconfig" source "board/ti/ti816x/Kconfig" source "board/ti/am43xx/Kconfig" source "board/ti/am335x/Kconfig" |