aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-16 14:23:30 -0500
committerTom Rini <trini@konsulko.com>2021-11-16 14:23:30 -0500
commit3144ba23bf4649f699078259fdf2e5cb4eab8f53 (patch)
treef19391a1e5401b638c072cb654b5f32858f17a67 /board
parent2ffa0e87df3a7595f71d05782924ee83146d9fe7 (diff)
parent4b32531be236bbd9ca60f26447511f79e214f79e (diff)
downloadu-boot-3144ba23bf4649f699078259fdf2e5cb4eab8f53.zip
u-boot-3144ba23bf4649f699078259fdf2e5cb4eab8f53.tar.gz
u-boot-3144ba23bf4649f699078259fdf2e5cb4eab8f53.tar.bz2
Merge branch '2021-11-15-assorted-fixes'
- Rename "tqc" to "tq" and related updates - Assorted minor ARM updates, build updates and documentation updates
Diffstat (limited to 'board')
-rw-r--r--board/tq/tqma6/Kconfig (renamed from board/tqc/tqma6/Kconfig)8
-rw-r--r--board/tq/tqma6/MAINTAINERS (renamed from board/tqc/tqma6/MAINTAINERS)4
-rw-r--r--board/tq/tqma6/Makefile (renamed from board/tqc/tqma6/Makefile)0
-rw-r--r--board/tq/tqma6/README (renamed from board/tqc/tqma6/README)6
-rw-r--r--board/tq/tqma6/clocks.cfg (renamed from board/tqc/tqma6/clocks.cfg)0
-rw-r--r--board/tq/tqma6/tqma6.c (renamed from board/tqc/tqma6/tqma6.c)2
-rw-r--r--board/tq/tqma6/tqma6_bb.h (renamed from board/tqc/tqma6/tqma6_bb.h)2
-rw-r--r--board/tq/tqma6/tqma6_mba6.c (renamed from board/tqc/tqma6/tqma6_mba6.c)2
-rw-r--r--board/tq/tqma6/tqma6_wru4.c (renamed from board/tqc/tqma6/tqma6_wru4.c)2
-rw-r--r--board/tq/tqma6/tqma6dl.cfg (renamed from board/tqc/tqma6/tqma6dl.cfg)0
-rw-r--r--board/tq/tqma6/tqma6q.cfg (renamed from board/tqc/tqma6/tqma6q.cfg)0
-rw-r--r--board/tq/tqma6/tqma6s.cfg (renamed from board/tqc/tqma6/tqma6s.cfg)0
12 files changed, 13 insertions, 13 deletions
diff --git a/board/tqc/tqma6/Kconfig b/board/tq/tqma6/Kconfig
index a2a5905..cb1b874 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
index 91cd244..c4fb6ec 100644
--- a/board/tqc/tqma6/MAINTAINERS
+++ b/board/tq/tqma6/MAINTAINERS
@@ -1,6 +1,6 @@
-TQ SYSTEMS TQMA6 BOARD
+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
index 7271297..7271297 100644
--- a/board/tqc/tqma6/Makefile
+++ b/board/tq/tqma6/Makefile
diff --git a/board/tqc/tqma6/README b/board/tq/tqma6/README
index c47cb21..bd2466c 100644
--- a/board/tqc/tqma6/README
+++ b/board/tq/tqma6/README
@@ -1,7 +1,7 @@
-U-Boot for the TQ Systems TQMa6 modules
+U-Boot for the TQ-Systems TQMa6 modules
This file contains information for the port of
-U-Boot to the TQ Systems TQMa6 modules.
+U-Boot to the TQ-Systems TQMa6 modules.
1. Boot source
--------------
@@ -14,7 +14,7 @@ The following boot source is supported:
2. Building
------------
-To build U-Boot for the TQ Systems TQMa6 modules:
+To build U-Boot for the TQ-Systems TQMa6 modules:
make tqma6<x>_<baseboard>_<boot>_config
make
diff --git a/board/tqc/tqma6/clocks.cfg b/board/tq/tqma6/clocks.cfg
index 1f2001c..1f2001c 100644
--- a/board/tqc/tqma6/clocks.cfg
+++ b/board/tq/tqma6/clocks.cfg
diff --git a/board/tqc/tqma6/tqma6.c b/board/tq/tqma6/tqma6.c
index de9c001..1c2228c 100644
--- a/board/tqc/tqma6/tqma6.c
+++ b/board/tq/tqma6/tqma6.c
@@ -3,7 +3,7 @@
* Copyright (C) 2012 Freescale Semiconductor, Inc.
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*
- * Copyright (C) 2013, 2014 TQ Systems (ported SabreSD to TQMa6x)
+ * Copyright (C) 2013, 2014 TQ-Systems (ported SabreSD to TQMa6x)
* Author: Markus Niebel <markus.niebel@tq-group.com>
*/
diff --git a/board/tqc/tqma6/tqma6_bb.h b/board/tq/tqma6/tqma6_bb.h
index b0f1f99..ca81bdf 100644
--- a/board/tqc/tqma6/tqma6_bb.h
+++ b/board/tq/tqma6/tqma6_bb.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * Copyright (C) 2013, 2014 TQ Systems
+ * Copyright (C) 2013, 2014 TQ-Systems
* Author: Markus Niebel <markus.niebel@tq-group.com>
*/
diff --git a/board/tqc/tqma6/tqma6_mba6.c b/board/tq/tqma6/tqma6_mba6.c
index 801619e..52851dd 100644
--- a/board/tqc/tqma6/tqma6_mba6.c
+++ b/board/tq/tqma6/tqma6_mba6.c
@@ -3,7 +3,7 @@
* Copyright (C) 2012 Freescale Semiconductor, Inc.
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*
- * Copyright (C) 2013, 2014 TQ Systems (ported SabreSD to TQMa6x)
+ * Copyright (C) 2013, 2014 TQ-Systems (ported SabreSD to TQMa6x)
* Author: Markus Niebel <markus.niebel@tq-group.com>
*/
diff --git a/board/tqc/tqma6/tqma6_wru4.c b/board/tq/tqma6/tqma6_wru4.c
index 3b1bc60..5d23991 100644
--- a/board/tqc/tqma6/tqma6_wru4.c
+++ b/board/tq/tqma6/tqma6_wru4.c
@@ -3,7 +3,7 @@
* Copyright (C) 2012 Freescale Semiconductor, Inc.
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*
- * Copyright (C) 2013, 2014 TQ Systems (ported SabreSD to TQMa6x)
+ * Copyright (C) 2013, 2014 TQ-Systems (ported SabreSD to TQMa6x)
* Author: Markus Niebel <markus.niebel@tq-group.com>
*
* Copyright (C) 2015 Stefan Roese <sr@denx.de>
diff --git a/board/tqc/tqma6/tqma6dl.cfg b/board/tq/tqma6/tqma6dl.cfg
index 80c7150..80c7150 100644
--- a/board/tqc/tqma6/tqma6dl.cfg
+++ b/board/tq/tqma6/tqma6dl.cfg
diff --git a/board/tqc/tqma6/tqma6q.cfg b/board/tq/tqma6/tqma6q.cfg
index 82a0a27..82a0a27 100644
--- a/board/tqc/tqma6/tqma6q.cfg
+++ b/board/tq/tqma6/tqma6q.cfg
diff --git a/board/tqc/tqma6/tqma6s.cfg b/board/tq/tqma6/tqma6s.cfg
index 9cdbb3c..9cdbb3c 100644
--- a/board/tqc/tqma6/tqma6s.cfg
+++ b/board/tq/tqma6/tqma6s.cfg