diff options
author | Tom Rini <trini@konsulko.com> | 2023-04-04 11:47:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-03 09:05:24 -0400 |
commit | 7a3ee61f55518106e61179eb44579087a871cf26 (patch) | |
tree | 67234c4c11077d65fa98104ffa986b50d2b96d83 /arch/arm/mach-omap2 | |
parent | 4d03f476a709962dc9789273cedaecf1f9bfae57 (diff) | |
download | u-boot-7a3ee61f55518106e61179eb44579087a871cf26.zip u-boot-7a3ee61f55518106e61179eb44579087a871cf26.tar.gz u-boot-7a3ee61f55518106e61179eb44579087a871cf26.tar.bz2 |
arm: Remove omap5_uevm board
This platform is unsupported by TI and was never widely distributed. As
this is untested for a long while and missing some DM conversions,
remove it and related device tree files.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap5/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig index 0787d19..5394529 100644 --- a/arch/arm/mach-omap2/omap5/Kconfig +++ b/arch/arm/mach-omap2/omap5/Kconfig @@ -17,9 +17,6 @@ choice config TARGET_CM_T54 bool "CompuLab CM-T54" -config TARGET_OMAP5_UEVM - bool "TI OMAP5 uEVM board" - config TARGET_DRA7XX_EVM bool "TI DRA7XX" select BOARD_LATE_INIT @@ -162,7 +159,6 @@ endchoice endmenu endif -source "board/ti/omap5_uevm/Kconfig" source "board/ti/dra7xx/Kconfig" source "board/ti/am57xx/Kconfig" |