mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-17 10:31:38 +02:00
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>
This commit is contained in:
parent
9d3d981661
commit
679530c3c6
@ -688,7 +688,7 @@ source "board/somlabs/visionsom-6ull/Kconfig"
|
|||||||
source "board/technexion/pico-imx6/Kconfig"
|
source "board/technexion/pico-imx6/Kconfig"
|
||||||
source "board/technexion/pico-imx6ul/Kconfig"
|
source "board/technexion/pico-imx6ul/Kconfig"
|
||||||
source "board/tbs/tbs2910/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/apalis_imx6/Kconfig"
|
||||||
source "board/toradex/colibri_imx6/Kconfig"
|
source "board/toradex/colibri_imx6/Kconfig"
|
||||||
source "board/toradex/colibri-imx6ull/Kconfig"
|
source "board/toradex/colibri-imx6ull/Kconfig"
|
||||||
|
@ -4,7 +4,7 @@ config SYS_BOARD
|
|||||||
default "tqma6"
|
default "tqma6"
|
||||||
|
|
||||||
config SYS_VENDOR
|
config SYS_VENDOR
|
||||||
default "tqc"
|
default "tq"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
default "tqma6"
|
default "tqma6"
|
||||||
@ -89,8 +89,8 @@ config SYS_TEXT_BASE
|
|||||||
default 0x4fc00000 if TQMA6Q || TQMA6DL
|
default 0x4fc00000 if TQMA6Q || TQMA6DL
|
||||||
|
|
||||||
config IMX_CONFIG
|
config IMX_CONFIG
|
||||||
default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
|
default "board/tq/tqma6/tqma6q.cfg" if TQMA6Q
|
||||||
default "board/tqc/tqma6/tqma6dl.cfg" if TQMA6DL
|
default "board/tq/tqma6/tqma6dl.cfg" if TQMA6DL
|
||||||
default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S
|
default "board/tq/tqma6/tqma6s.cfg" if TQMA6S
|
||||||
|
|
||||||
endif
|
endif
|
@ -1,6 +1,6 @@
|
|||||||
TQ SYSTEMS TQMA6 BOARD
|
TQ SYSTEMS TQMA6 BOARD
|
||||||
M: Markus Niebel <Markus.Niebel@tq-group.com>
|
M: Markus Niebel <Markus.Niebel@tq-group.com>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: board/tqc/tqma6/
|
F: board/tq/tqma6/
|
||||||
F: include/configs/tqma6.h
|
F: include/configs/tqma6.h
|
||||||
F: configs/tqma6*_defconfig
|
F: configs/tqma6*_defconfig
|
Loading…
x
Reference in New Issue
Block a user