]> git.sur5r.net Git - u-boot/commit
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)
commit2290fe06421720d1c54523a9acf1052181bc6e87
tree575076886d12071515f42e474a1360c7efdc1fe5
parent8ada4e0ee652d2108c640a4daaf63865ad8dedb1
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>
19 files changed:
arch/arm/Kconfig
board/BuR/brppt1/Kconfig [new file with mode: 0644]
board/BuR/brppt1/MAINTAINERS [new file with mode: 0644]
board/BuR/brppt1/Makefile [new file with mode: 0644]
board/BuR/brppt1/board.c [new file with mode: 0644]
board/BuR/brppt1/mux.c [new file with mode: 0644]
board/BuR/tseries/Kconfig [deleted file]
board/BuR/tseries/MAINTAINERS [deleted file]
board/BuR/tseries/Makefile [deleted file]
board/BuR/tseries/board.c [deleted file]
board/BuR/tseries/mux.c [deleted file]
configs/brppt1_mmc_defconfig [new file with mode: 0644]
configs/brppt1_nand_defconfig [new file with mode: 0644]
configs/brppt1_spi_defconfig [new file with mode: 0644]
configs/tseries_mmc_defconfig [deleted file]
configs/tseries_nand_defconfig [deleted file]
configs/tseries_spi_defconfig [deleted file]
include/configs/brppt1.h [new file with mode: 0644]
include/configs/tseries.h [deleted file]