]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit388c5cb7fde8da1b398bf3dc48292e32063bf471
tree362f0e9c8274c8c52aec0c09c4a7b26d66b0621d
parent9dc006ed0dbe17b7096cee0a990b17bbcb191d12
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>
25 files changed:
arch/arm/mach-imx/mx6/Kconfig
board/tq/tqma6/Kconfig [new file with mode: 0644]
board/tq/tqma6/MAINTAINERS [new file with mode: 0644]
board/tq/tqma6/Makefile [new file with mode: 0644]
board/tq/tqma6/README [new file with mode: 0644]
board/tq/tqma6/clocks.cfg [new file with mode: 0644]
board/tq/tqma6/tqma6.c [new file with mode: 0644]
board/tq/tqma6/tqma6_bb.h [new file with mode: 0644]
board/tq/tqma6/tqma6_mba6.c [new file with mode: 0644]
board/tq/tqma6/tqma6_wru4.c [new file with mode: 0644]
board/tq/tqma6/tqma6dl.cfg [new file with mode: 0644]
board/tq/tqma6/tqma6q.cfg [new file with mode: 0644]
board/tq/tqma6/tqma6s.cfg [new file with mode: 0644]
board/tqc/tqma6/Kconfig [deleted file]
board/tqc/tqma6/MAINTAINERS [deleted file]
board/tqc/tqma6/Makefile [deleted file]
board/tqc/tqma6/README [deleted file]
board/tqc/tqma6/clocks.cfg [deleted file]
board/tqc/tqma6/tqma6.c [deleted file]
board/tqc/tqma6/tqma6_bb.h [deleted file]
board/tqc/tqma6/tqma6_mba6.c [deleted file]
board/tqc/tqma6/tqma6_wru4.c [deleted file]
board/tqc/tqma6/tqma6dl.cfg [deleted file]
board/tqc/tqma6/tqma6q.cfg [deleted file]
board/tqc/tqma6/tqma6s.cfg [deleted file]