diff mbox

[1/2] board: rename ts to technologic

Message ID 1461255673-11443-2-git-send-email-damien.riegel@savoirfairelinux.com
State Accepted
Headers show

Commit Message

Damien Riegel April 21, 2016, 4:21 p.m. UTC
Other projects, such as Linux [1] and U-Boot [2], use "technologic" for
this manufacturer. To be more consistent across all of them, rename the
board/ts folder to board/technologic.

[1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/vendor-prefixes.txt
[2] http://git.denx.de/?p=u-boot.git;a=tree;f=board/technologic;hb=HEAD

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
---
 .../{ts => technologic}/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg  | 0
 board/{ts => technologic}/ts5x00/linux-3.17.config                    | 0
 board/{ts => technologic}/ts5x00/readme.txt                           | 0
 configs/ts5x00_defconfig                                              | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename board/{ts => technologic}/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg (100%)
 rename board/{ts => technologic}/ts5x00/linux-3.17.config (100%)
 rename board/{ts => technologic}/ts5x00/readme.txt (100%)

Comments

Thomas Petazzoni April 21, 2016, 9:06 p.m. UTC | #1
Hello,

On Thu, 21 Apr 2016 12:21:12 -0400, Damien Riegel wrote:
> Other projects, such as Linux [1] and U-Boot [2], use "technologic" for
> this manufacturer. To be more consistent across all of them, rename the
> board/ts folder to board/technologic.
> 
> [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/vendor-prefixes.txt
> [2] http://git.denx.de/?p=u-boot.git;a=tree;f=board/technologic;hb=HEAD
> 
> Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
> ---
>  .../{ts => technologic}/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg  | 0
>  board/{ts => technologic}/ts5x00/linux-3.17.config                    | 0
>  board/{ts => technologic}/ts5x00/readme.txt                           | 0
>  configs/ts5x00_defconfig                                              | 4 ++--
>  4 files changed, 2 insertions(+), 2 deletions(-)
>  rename board/{ts => technologic}/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg (100%)
>  rename board/{ts => technologic}/ts5x00/linux-3.17.config (100%)
>  rename board/{ts => technologic}/ts5x00/readme.txt (100%)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/board/ts/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg b/board/technologic/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg
similarity index 100%
rename from board/ts/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg
rename to board/technologic/ts5x00/fs-overlay/boot/syslinux/syslinux.cfg
diff --git a/board/ts/ts5x00/linux-3.17.config b/board/technologic/ts5x00/linux-3.17.config
similarity index 100%
rename from board/ts/ts5x00/linux-3.17.config
rename to board/technologic/ts5x00/linux-3.17.config
diff --git a/board/ts/ts5x00/readme.txt b/board/technologic/ts5x00/readme.txt
similarity index 100%
rename from board/ts/ts5x00/readme.txt
rename to board/technologic/ts5x00/readme.txt
diff --git a/configs/ts5x00_defconfig b/configs/ts5x00_defconfig
index 655704f..5310886 100644
--- a/configs/ts5x00_defconfig
+++ b/configs/ts5x00_defconfig
@@ -7,14 +7,14 @@  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_17=y
 
 # system
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
-BR2_ROOTFS_OVERLAY="board/ts/ts5x00/fs-overlay"
+BR2_ROOTFS_OVERLAY="board/technologic/ts5x00/fs-overlay"
 
 # kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.17.8"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/ts/ts5x00/linux-3.17.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/technologic/ts5x00/linux-3.17.config"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
 
 # rootfs