commit | 679530c3c6ac99bc4da4dbf73a8e169bc9654e5b | [log] [tgz] |
---|---|---|
author | Matthias Schiffer <matthias.schiffer@ew.tq-group.com> | Tue Nov 02 11:36:45 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 15 14:33:32 2021 -0500 |
tree | 362f0e9c8274c8c52aec0c09c4a7b26d66b0621d | |
parent | 9d3d981661000d8496d3b7836f3bd55d6534dd05 [diff] |
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>
diff --git a/board/tqc/tqma6/Kconfig b/board/tq/tqma6/Kconfig similarity index 90% rename from board/tqc/tqma6/Kconfig rename to board/tq/tqma6/Kconfig index a2a5905..cb1b874 100644 --- a/board/tqc/tqma6/Kconfig +++ b/board/tq/tqma6/Kconfig
@@ -4,7 +4,7 @@ default "tqma6" config SYS_VENDOR - default "tqc" + default "tq" config SYS_CONFIG_NAME default "tqma6" @@ -89,8 +89,8 @@ 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
diff --git a/board/tqc/tqma6/MAINTAINERS b/board/tq/tqma6/MAINTAINERS similarity index 87% rename from board/tqc/tqma6/MAINTAINERS rename to board/tq/tqma6/MAINTAINERS index 91cd244..dae719f 100644 --- a/board/tqc/tqma6/MAINTAINERS +++ b/board/tq/tqma6/MAINTAINERS
@@ -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
diff --git a/board/tqc/tqma6/Makefile b/board/tq/tqma6/Makefile similarity index 100% rename from board/tqc/tqma6/Makefile rename to board/tq/tqma6/Makefile
diff --git a/board/tqc/tqma6/README b/board/tq/tqma6/README similarity index 100% rename from board/tqc/tqma6/README rename to board/tq/tqma6/README
diff --git a/board/tqc/tqma6/clocks.cfg b/board/tq/tqma6/clocks.cfg similarity index 100% rename from board/tqc/tqma6/clocks.cfg rename to board/tq/tqma6/clocks.cfg
diff --git a/board/tqc/tqma6/tqma6.c b/board/tq/tqma6/tqma6.c similarity index 100% rename from board/tqc/tqma6/tqma6.c rename to board/tq/tqma6/tqma6.c
diff --git a/board/tqc/tqma6/tqma6_bb.h b/board/tq/tqma6/tqma6_bb.h similarity index 100% rename from board/tqc/tqma6/tqma6_bb.h rename to board/tq/tqma6/tqma6_bb.h
diff --git a/board/tqc/tqma6/tqma6_mba6.c b/board/tq/tqma6/tqma6_mba6.c similarity index 100% rename from board/tqc/tqma6/tqma6_mba6.c rename to board/tq/tqma6/tqma6_mba6.c
diff --git a/board/tqc/tqma6/tqma6_wru4.c b/board/tq/tqma6/tqma6_wru4.c similarity index 100% rename from board/tqc/tqma6/tqma6_wru4.c rename to board/tq/tqma6/tqma6_wru4.c
diff --git a/board/tqc/tqma6/tqma6dl.cfg b/board/tq/tqma6/tqma6dl.cfg similarity index 100% rename from board/tqc/tqma6/tqma6dl.cfg rename to board/tq/tqma6/tqma6dl.cfg
diff --git a/board/tqc/tqma6/tqma6q.cfg b/board/tq/tqma6/tqma6q.cfg similarity index 100% rename from board/tqc/tqma6/tqma6q.cfg rename to board/tq/tqma6/tqma6q.cfg
diff --git a/board/tqc/tqma6/tqma6s.cfg b/board/tq/tqma6/tqma6s.cfg similarity index 100% rename from board/tqc/tqma6/tqma6s.cfg rename to board/tq/tqma6/tqma6s.cfg