]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3: Kconfig: fix the cm-t35 board option prompt
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 21 Oct 2014 13:39:45 +0000 (16:39 +0300)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 15:53:01 +0000 (11:53 -0400)
The cm-t35 board support covers both cm-t3530 and cm-t3730 boards.
Mention both boards in the Kconfig option prompt.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
arch/arm/cpu/armv7/omap3/Kconfig

index 6fae1e5f36e5a3ea416e68275c5cd51f2f19fe20..4a48f847814496472469a1c64531c67c3b46cf3b 100644 (file)
@@ -16,7 +16,7 @@ config TARGET_OMAP3_BEAGLE
        bool "TI OMAP3 BeagleBoard"
 
 config TARGET_CM_T35
-       bool "CompuLab CM-T35"
+       bool "CompuLab CM-T3530 and CM-T3730 boards"
 
 config TARGET_DEVKIT8000
        bool "TimLL OMAP3 Devkit8000"