[PATCH 1/2] board: rename "tqc" vendor to "tq"
Matthias Schiffer
matthias.schiffer at ew.tq-group.com
Tue Nov 2 11:36:45 CET 2021
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 at ew.tq-group.com>
---
Take care of the renaming first, in preparation for a larger round of
cleanup and new board support we're currently working on.
arch/arm/mach-imx/mx6/Kconfig | 2 +-
board/{tqc => tq}/tqma6/Kconfig | 8 ++++----
board/{tqc => tq}/tqma6/MAINTAINERS | 2 +-
board/{tqc => tq}/tqma6/Makefile | 0
board/{tqc => tq}/tqma6/README | 0
board/{tqc => tq}/tqma6/clocks.cfg | 0
board/{tqc => tq}/tqma6/tqma6.c | 0
board/{tqc => tq}/tqma6/tqma6_bb.h | 0
board/{tqc => tq}/tqma6/tqma6_mba6.c | 0
board/{tqc => tq}/tqma6/tqma6_wru4.c | 0
board/{tqc => tq}/tqma6/tqma6dl.cfg | 0
board/{tqc => tq}/tqma6/tqma6q.cfg | 0
board/{tqc => tq}/tqma6/tqma6s.cfg | 0
13 files changed, 6 insertions(+), 6 deletions(-)
rename board/{tqc => tq}/tqma6/Kconfig (90%)
rename board/{tqc => tq}/tqma6/MAINTAINERS (87%)
rename board/{tqc => tq}/tqma6/Makefile (100%)
rename board/{tqc => tq}/tqma6/README (100%)
rename board/{tqc => tq}/tqma6/clocks.cfg (100%)
rename board/{tqc => tq}/tqma6/tqma6.c (100%)
rename board/{tqc => tq}/tqma6/tqma6_bb.h (100%)
rename board/{tqc => tq}/tqma6/tqma6_mba6.c (100%)
rename board/{tqc => tq}/tqma6/tqma6_wru4.c (100%)
rename board/{tqc => tq}/tqma6/tqma6dl.cfg (100%)
rename board/{tqc => tq}/tqma6/tqma6q.cfg (100%)
rename board/{tqc => tq}/tqma6/tqma6s.cfg (100%)
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index b4c8511cb87..d701a46cd6f 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"
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 a2a5905290c..cb1b8749cea 100644
--- a/board/tqc/tqma6/Kconfig
+++ b/board/tq/tqma6/Kconfig
@@ -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
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 91cd244499f..dae719f00b3 100644
--- a/board/tqc/tqma6/MAINTAINERS
+++ b/board/tq/tqma6/MAINTAINERS
@@ -1,6 +1,6 @@
TQ SYSTEMS TQMA6 BOARD
M: Markus Niebel <Markus.Niebel at 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
--
2.17.1
More information about the U-Boot
mailing list