]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
board/BuR: rename tseries board to brppt1
authorHannes Schmelzer <oe5hpm@oevsv.at>
Wed, 22 Jun 2016 10:36:13 +0000 (12:36 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jun 2016 21:24:39 +0000 (17:24 -0400)
Rename B&R tseries board to brppt1

Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
board/BuR/brppt1/Kconfig [moved from board/BuR/tseries/Kconfig with 67% similarity]
board/BuR/brppt1/MAINTAINERS [new file with mode: 0644]
board/BuR/brppt1/Makefile [moved from board/BuR/tseries/Makefile with 100% similarity]
board/BuR/brppt1/board.c [moved from board/BuR/tseries/board.c with 99% similarity]
board/BuR/brppt1/mux.c [moved from board/BuR/tseries/mux.c with 99% similarity]
board/BuR/tseries/MAINTAINERS [deleted file]
configs/brppt1_mmc_defconfig [moved from configs/tseries_mmc_defconfig with 97% similarity]
configs/brppt1_nand_defconfig [moved from configs/tseries_nand_defconfig with 97% similarity]
configs/brppt1_spi_defconfig [moved from configs/tseries_spi_defconfig with 97% similarity]
include/configs/brppt1.h [moved from include/configs/tseries.h with 98% similarity]

index e9d2fc9845c5300f0dbd56765c84390283ff943a..3c2c7557ea1beedf127cd410f0dca8f45bcac4ea 100644 (file)
@@ -309,8 +309,8 @@ config TARGET_KWB
        select CPU_V7
        select SUPPORT_SPL
 
-config TARGET_TSERIES
-       bool "Support tseries"
+config TARGET_BRPPT1
+       bool "Support BRPPT1"
        select CPU_V7
        select SUPPORT_SPL
 
@@ -909,7 +909,7 @@ source "arch/arm/imx-common/Kconfig"
 
 source "board/bosch/shc/Kconfig"
 source "board/BuR/kwb/Kconfig"
-source "board/BuR/tseries/Kconfig"
+source "board/BuR/brppt1/Kconfig"
 source "board/CarMediaLab/flea3/Kconfig"
 source "board/Marvell/aspenite/Kconfig"
 source "board/Marvell/gplugd/Kconfig"
similarity index 67%
rename from board/BuR/tseries/Kconfig
rename to board/BuR/brppt1/Kconfig
index ed48300c0a85b0350f8f142e415369269e12c725..e006c80e6ed4713bcf1fcc5a8285153d73141350 100644 (file)
@@ -1,7 +1,7 @@
-if TARGET_TSERIES
+if TARGET_BRPPT1
 
 config SYS_BOARD
-       default "tseries"
+       default "brppt1"
 
 config SYS_VENDOR
        default "BuR"
@@ -10,6 +10,6 @@ config SYS_SOC
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       default "tseries"
+       default "brppt1"
 
 endif
diff --git a/board/BuR/brppt1/MAINTAINERS b/board/BuR/brppt1/MAINTAINERS
new file mode 100644 (file)
index 0000000..9eddab4
--- /dev/null
@@ -0,0 +1,8 @@
+BRPPT1 BOARD
+M:     Hannes Schmelzer <hannes.schmelzer@br-automation.com>
+S:     Maintained
+F:     board/BuR/brppt1/
+F:     include/configs/brppt1.h
+F:     configs/brppt1_mmc_defconfig
+F:     configs/brppt1_nand_defconfig
+F:     configs/brppt1_spi_defconfig
similarity index 99%
rename from board/BuR/tseries/board.c
rename to board/BuR/brppt1/board.c
index bc119e69736edcfd90620cf97caeb726140e7c62..a22722122bd680f8657391e6f46e56fad9c0fb3e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * board.c
  *
- * Board functions for B&R LEIT Board
+ * Board functions for B&R BRPPT1
  *
  * Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
  * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
similarity index 99%
rename from board/BuR/tseries/mux.c
rename to board/BuR/brppt1/mux.c
index 349788a83570c7617718652e8e85da13f51dddd5..ab3788fc6b4a581d9e57c6c2f55612db5e32e84a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * mux.c
  *
- * Pinmux Setting for B&R LEIT Board(s)
+ * Pinmux Setting for B&R BRPPT1 Board(s)
  *
  * Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
  * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
diff --git a/board/BuR/tseries/MAINTAINERS b/board/BuR/tseries/MAINTAINERS
deleted file mode 100644 (file)
index e2e67e6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-TSERIES BOARD
-M:     Hannes Schmelzer <hannes.schmelzer@br-automation.com>
-S:     Maintained
-F:     board/BuR/tseries/
-F:     include/configs/tseries.h
-F:     configs/tseries_mmc_defconfig
-F:     configs/tseries_nand_defconfig
-F:     configs/tseries_spi_defconfig
similarity index 97%
rename from configs/tseries_mmc_defconfig
rename to configs/brppt1_mmc_defconfig
index 337404bece09ee142c2cf952b3fcee4de36550ec..f8d9de5f7a0ff2db1be276c21525593a2afddd8b 100644 (file)
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_TARGET_TSERIES=y
+CONFIG_TARGET_BRPPT1=y
 CONFIG_SPL=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,EMMC_BOOT"
similarity index 97%
rename from configs/tseries_nand_defconfig
rename to configs/brppt1_nand_defconfig
index 4dc029679146f52ed16e47e93a1d6303b537993c..85ddbe7204ad4e5e19d5c83b52a4c20abaa720fd 100644 (file)
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_TARGET_TSERIES=y
+CONFIG_TARGET_BRPPT1=y
 CONFIG_SPL=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND"
similarity index 97%
rename from configs/tseries_spi_defconfig
rename to configs/brppt1_spi_defconfig
index 5b52bf658f27228e6c8b2572126998c7ffd35754..37b8bc90919ac70d6c6a6c15f1e915f7d50c3fc7 100644 (file)
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_TARGET_TSERIES=y
+CONFIG_TARGET_BRPPT1=y
 CONFIG_SPL=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,SPI_BOOT,EMMC_BOOT"
similarity index 98%
rename from include/configs/tseries.h
rename to include/configs/brppt1.h
index 8ed9eb080d6624772d01f2975c9138a1d92e384c..6a239b59a6edf5257797506b62310ccf6525d32b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * tseries.h
+ * brtpp1.h
  *
  * specific parts for B&R T-Series Motherboard
  *
@@ -9,8 +9,8 @@
  * SPDX-License-Identifier:        GPL-2.0+
  */
 
-#ifndef __CONFIG_TSERIES_H__
-#define __CONFIG_TSERIES_H__
+#ifndef __CONFIG_BRPPT1_H__
+#define __CONFIG_BRPPT1_H__
 
 #include <configs/bur_cfg_common.h>
 #include <configs/bur_am335x_common.h>
@@ -301,4 +301,4 @@ MMCARGS
 #define CONFIG_EXT4_WRITE
 #endif /* CONFIG_MMC, ... */
 
-#endif /* ! __CONFIG_TSERIES_H__ */
+#endif /* ! __CONFIG_BRPPT1_H__ */