board: rename "tqc" vendor to "tq"
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Tue, 2 Nov 2021 10:36:45 +0000 (11:36 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 Nov 2021 19:33:32 +0000 (14:33 -0500)
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>
13 files changed:
arch/arm/mach-imx/mx6/Kconfig
board/tq/tqma6/Kconfig [moved from board/tqc/tqma6/Kconfig with 90% similarity]
board/tq/tqma6/MAINTAINERS [moved from board/tqc/tqma6/MAINTAINERS with 87% similarity]
board/tq/tqma6/Makefile [moved from board/tqc/tqma6/Makefile with 100% similarity]
board/tq/tqma6/README [moved from board/tqc/tqma6/README with 100% similarity]
board/tq/tqma6/clocks.cfg [moved from board/tqc/tqma6/clocks.cfg with 100% similarity]
board/tq/tqma6/tqma6.c [moved from board/tqc/tqma6/tqma6.c with 100% similarity]
board/tq/tqma6/tqma6_bb.h [moved from board/tqc/tqma6/tqma6_bb.h with 100% similarity]
board/tq/tqma6/tqma6_mba6.c [moved from board/tqc/tqma6/tqma6_mba6.c with 100% similarity]
board/tq/tqma6/tqma6_wru4.c [moved from board/tqc/tqma6/tqma6_wru4.c with 100% similarity]
board/tq/tqma6/tqma6dl.cfg [moved from board/tqc/tqma6/tqma6dl.cfg with 100% similarity]
board/tq/tqma6/tqma6q.cfg [moved from board/tqc/tqma6/tqma6q.cfg with 100% similarity]
board/tq/tqma6/tqma6s.cfg [moved from board/tqc/tqma6/tqma6s.cfg with 100% similarity]

index b4c8511..d701a46 100644 (file)
@@ -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"
similarity index 90%
rename from board/tqc/tqma6/Kconfig
rename to board/tq/tqma6/Kconfig
index a2a5905..cb1b874 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "tqma6"
 
 config SYS_VENDOR
-       default "tqc"
+       default "tq"
 
 config SYS_CONFIG_NAME
        default "tqma6"
@@ -89,8 +89,8 @@ config SYS_TEXT_BASE
        default 0x4fc00000 if TQMA6Q || TQMA6DL
 
 config IMX_CONFIG
-       default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
-       default "board/tqc/tqma6/tqma6dl.cfg" if TQMA6DL
-       default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S
+       default "board/tq/tqma6/tqma6q.cfg" if TQMA6Q
+       default "board/tq/tqma6/tqma6dl.cfg" if TQMA6DL
+       default "board/tq/tqma6/tqma6s.cfg" if TQMA6S
 
 endif
similarity index 87%
rename from board/tqc/tqma6/MAINTAINERS
rename to board/tq/tqma6/MAINTAINERS
index 91cd244..dae719f 100644 (file)
@@ -1,6 +1,6 @@
 TQ SYSTEMS TQMA6 BOARD
 M:     Markus Niebel <Markus.Niebel@tq-group.com>
 S:     Maintained
-F:     board/tqc/tqma6/
+F:     board/tq/tqma6/
 F:     include/configs/tqma6.h
 F:     configs/tqma6*_defconfig
similarity index 100%
rename from board/tqc/tqma6/README
rename to board/tq/tqma6/README