]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: omap3: remove leftover from CM_T35 support removal
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 19 Nov 2025 16:43:47 +0000 (17:43 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 5 Dec 2025 16:34:52 +0000 (10:34 -0600)
Commit 76386d6195a1 ("arm: Remove cm_t35 board") removed support for the
board that was built when TARGET_CM_T35 is selected, but removal of the
symbol was forgotten, so let's fix this oversight.

While at it, update the README for omap3 to remove the last mention of
cm_t35.

Fixes: 76386d6195a1 ("arm: Remove cm_t35 board")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/omap3/Kconfig
doc/README.omap3

index b50b8a5f6bdac453323ee378f374f1a3032fbee2..f6cad7d9d82cb01cbbea8c666545c06aca836ea6 100644 (file)
@@ -34,12 +34,6 @@ config TARGET_AM3517_EVM
        select MMC
        imply CMD_DM
 
-config TARGET_CM_T35
-       bool "CompuLab CM-T3530 and CM-T3730 boards"
-       select OMAP3_GPIO_2
-       select OMAP3_GPIO_5
-       select OMAP3_GPIO_6 if LED_STATUS
-
 config TARGET_DEVKIT8000
        bool "TimLL OMAP3 Devkit8000"
        select DM
index d1e6be94a111fa243f9bab2327c33484dbccd482..527bcfc4acc995db759db5f163932020e61da21c 100644 (file)
@@ -46,12 +46,6 @@ make
 make omap3_zoom2_config
 make
 
-* CM-T35:
-
-make cm_t35_config
-make
-
-
 Custom commands
 ===============