[U-Boot] [PATCH v1 0/2] Rename all B&R boards to more meaningful name
Hannes Schmelzer
oe5hpm at oevsv.at
Wed Jun 22 12:36:12 CEST 2016
We've internally decided to name all B&R boards to be related in the
final product where they are built in, which is more meaningful than the
name of the circuit board itself.
Hannes Schmelzer (2):
board/BuR: rename tseries board to brppt1
board/BuR: rename kwb board to brxre1
arch/arm/Kconfig | 12 ++++++------
board/BuR/{kwb => brppt1}/Kconfig | 6 +++---
board/BuR/brppt1/MAINTAINERS | 8 ++++++++
board/BuR/{tseries => brppt1}/Makefile | 0
board/BuR/{tseries => brppt1}/board.c | 2 +-
board/BuR/{tseries => brppt1}/mux.c | 2 +-
board/BuR/{tseries => brxre1}/Kconfig | 6 +++---
board/BuR/brxre1/MAINTAINERS | 6 ++++++
board/BuR/{kwb => brxre1}/Makefile | 0
board/BuR/{kwb => brxre1}/board.c | 6 +++---
board/BuR/{kwb => brxre1}/mux.c | 0
board/BuR/kwb/MAINTAINERS | 6 ------
board/BuR/tseries/MAINTAINERS | 8 --------
configs/{tseries_mmc_defconfig => brppt1_mmc_defconfig} | 2 +-
configs/{tseries_nand_defconfig => brppt1_nand_defconfig} | 2 +-
configs/{tseries_spi_defconfig => brppt1_spi_defconfig} | 2 +-
configs/{kwb_defconfig => brxre1_defconfig} | 2 +-
include/configs/{tseries.h => brppt1.h} | 8 ++++----
include/configs/{kwb.h => brxre1.h} | 8 ++++----
19 files changed, 43 insertions(+), 43 deletions(-)
rename board/BuR/{kwb => brppt1}/Kconfig (68%)
create mode 100644 board/BuR/brppt1/MAINTAINERS
rename board/BuR/{tseries => brppt1}/Makefile (100%)
rename board/BuR/{tseries => brppt1}/board.c (99%)
rename board/BuR/{tseries => brppt1}/mux.c (99%)
rename board/BuR/{tseries => brxre1}/Kconfig (67%)
create mode 100644 board/BuR/brxre1/MAINTAINERS
rename board/BuR/{kwb => brxre1}/Makefile (100%)
rename board/BuR/{kwb => brxre1}/board.c (98%)
rename board/BuR/{kwb => brxre1}/mux.c (100%)
delete mode 100644 board/BuR/kwb/MAINTAINERS
delete mode 100644 board/BuR/tseries/MAINTAINERS
rename configs/{tseries_mmc_defconfig => brppt1_mmc_defconfig} (97%)
rename configs/{tseries_nand_defconfig => brppt1_nand_defconfig} (97%)
rename configs/{tseries_spi_defconfig => brppt1_spi_defconfig} (97%)
rename configs/{kwb_defconfig => brxre1_defconfig} (97%)
rename include/configs/{tseries.h => brppt1.h} (98%)
rename include/configs/{kwb.h => brxre1.h} (97%)
--
1.9.1
More information about the U-Boot
mailing list