aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>2021-11-02 11:36:45 +0100
committerTom Rini <trini@konsulko.com>2021-11-15 14:33:32 -0500
commit679530c3c6ac99bc4da4dbf73a8e169bc9654e5b (patch)
tree362f0e9c8274c8c52aec0c09c4a7b26d66b0621d /arch
parent9d3d981661000d8496d3b7836f3bd55d6534dd05 (diff)
downloadu-boot-679530c3c6ac99bc4da4dbf73a8e169bc9654e5b.zip
u-boot-679530c3c6ac99bc4da4dbf73a8e169bc9654e5b.tar.gz
u-boot-679530c3c6ac99bc4da4dbf73a8e169bc9654e5b.tar.bz2
board: rename "tqc" vendor to "tq"
The subdivision name "TQ Components" hasn't been in use for a long time. Rename the vendor directory to "tq", which also matches our Device Tree vendor prefix. Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mx6/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index b4c8511..d701a46 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -688,7 +688,7 @@ source "board/somlabs/visionsom-6ull/Kconfig"
source "board/technexion/pico-imx6/Kconfig"
source "board/technexion/pico-imx6ul/Kconfig"
source "board/tbs/tbs2910/Kconfig"
-source "board/tqc/tqma6/Kconfig"
+source "board/tq/tqma6/Kconfig"
source "board/toradex/apalis_imx6/Kconfig"
source "board/toradex/colibri_imx6/Kconfig"
source "board/toradex/colibri-imx6ull/Kconfig"