diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-30 15:03:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-30 15:03:25 -0400 |
commit | e2a4d24e6b1f3d30136e2dde7b6fbf35bd427b8a (patch) | |
tree | 75d7dc30acaab80f2237ffed3b44006f023ca44e /arch/arm/mach-omap2/Kconfig | |
parent | 5fdb3c0e7ee6bac6b8809ae69e52f16d22d45035 (diff) | |
parent | 50b5326868494f823d7ac1439d99779688441f3b (diff) |
Merge branch '2020-06-30-minor-TI-board-updates' into next
- Minor updates to some platforms I am the listed maintainer of.
Notably this removes the ti814x_evm which stopped building with the PXA
MMC migration series (oops) but hasn't been functional in some time.
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-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" |