diff options
author | Hannes Schmelzer <oe5hpm@oevsv.at> | 2016-06-22 10:36:13 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-24 21:24:39 (GMT) |
commit | 2290fe06421720d1c54523a9acf1052181bc6e87 (patch) | |
tree | 575076886d12071515f42e474a1360c7efdc1fe5 /board | |
parent | 8ada4e0ee652d2108c640a4daaf63865ad8dedb1 (diff) | |
download | u-boot-2290fe06421720d1c54523a9acf1052181bc6e87.tar.xz |
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>
Diffstat (limited to 'board')
-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 |
6 files changed, 13 insertions, 13 deletions
diff --git a/board/BuR/tseries/Kconfig b/board/BuR/brppt1/Kconfig index ed48300..e006c80 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 0000000..9eddab4 --- /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 43945d2..43945d2 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 bc119e6..a227221 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 349788a..ab3788f 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 e2e67e6..0000000 --- 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 |