diff options
author | Hannes Schmelzer | 2016-06-22 12:36:13 +0200 |
---|---|---|
committer | Tom Rini | 2016-06-24 17:24:39 -0400 |
commit | 2290fe06421720d1c54523a9acf1052181bc6e87 (patch) | |
tree | 575076886d12071515f42e474a1360c7efdc1fe5 | |
parent | 8ada4e0ee652d2108c640a4daaf63865ad8dedb1 (diff) |
board/BuR: rename tseries board to brppt1
Rename B&R tseries board to brppt1
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | arch/arm/Kconfig | 6 | ||||
-rw-r--r-- | board/BuR/brppt1/Kconfig (renamed from board/BuR/tseries/Kconfig) | 6 | ||||
-rw-r--r-- | board/BuR/brppt1/MAINTAINERS | 8 | ||||
-rw-r--r-- | board/BuR/brppt1/Makefile (renamed from board/BuR/tseries/Makefile) | 0 | ||||
-rw-r--r-- | board/BuR/brppt1/board.c (renamed from board/BuR/tseries/board.c) | 2 | ||||
-rw-r--r-- | board/BuR/brppt1/mux.c (renamed from board/BuR/tseries/mux.c) | 2 | ||||
-rw-r--r-- | board/BuR/tseries/MAINTAINERS | 8 | ||||
-rw-r--r-- | configs/brppt1_mmc_defconfig (renamed from configs/tseries_mmc_defconfig) | 2 | ||||
-rw-r--r-- | configs/brppt1_nand_defconfig (renamed from configs/tseries_nand_defconfig) | 2 | ||||
-rw-r--r-- | configs/brppt1_spi_defconfig (renamed from configs/tseries_spi_defconfig) | 2 | ||||
-rw-r--r-- | include/configs/brppt1.h (renamed from include/configs/tseries.h) | 8 |
11 files changed, 23 insertions, 23 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e9d2fc9845c..3c2c7557ea1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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" diff --git a/board/BuR/tseries/Kconfig b/board/BuR/brppt1/Kconfig index ed48300c0a8..e006c80e6ed 100644 --- a/board/BuR/tseries/Kconfig +++ b/board/BuR/brppt1/Kconfig @@ -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 index 00000000000..9eddab42089 --- /dev/null +++ b/board/BuR/brppt1/MAINTAINERS @@ -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 diff --git a/board/BuR/tseries/Makefile b/board/BuR/brppt1/Makefile index 43945d285d5..43945d285d5 100644 --- a/board/BuR/tseries/Makefile +++ b/board/BuR/brppt1/Makefile diff --git a/board/BuR/tseries/board.c b/board/BuR/brppt1/board.c index bc119e69736..a22722122bd 100644 --- a/board/BuR/tseries/board.c +++ b/board/BuR/brppt1/board.c @@ -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 diff --git a/board/BuR/tseries/mux.c b/board/BuR/brppt1/mux.c index 349788a8357..ab3788fc6b4 100644 --- a/board/BuR/tseries/mux.c +++ b/board/BuR/brppt1/mux.c @@ -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 index e2e67e6bbf4..00000000000 --- a/board/BuR/tseries/MAINTAINERS +++ /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 diff --git a/configs/tseries_mmc_defconfig b/configs/brppt1_mmc_defconfig index 337404bece0..f8d9de5f7a0 100644 --- a/configs/tseries_mmc_defconfig +++ b/configs/brppt1_mmc_defconfig @@ -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" diff --git a/configs/tseries_nand_defconfig b/configs/brppt1_nand_defconfig index 4dc02967914..85ddbe7204a 100644 --- a/configs/tseries_nand_defconfig +++ b/configs/brppt1_nand_defconfig @@ -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" diff --git a/configs/tseries_spi_defconfig b/configs/brppt1_spi_defconfig index 5b52bf658f2..37b8bc90919 100644 --- a/configs/tseries_spi_defconfig +++ b/configs/brppt1_spi_defconfig @@ -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" diff --git a/include/configs/tseries.h b/include/configs/brppt1.h index 8ed9eb080d6..6a239b59a6e 100644 --- a/include/configs/tseries.h +++ b/include/configs/brppt1.h @@ -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__ */ |