]> Git Repo - u-boot.git/commit
board/BuR: rename kwb board to brxre1
authorHannes Schmelzer <[email protected]>
Wed, 22 Jun 2016 10:36:14 +0000 (12:36 +0200)
committerTom Rini <[email protected]>
Fri, 24 Jun 2016 21:24:40 +0000 (17:24 -0400)
commita4d799939fdb08ce4d7464578734316cdd0bf452
tree3753cc6fce9bbdda26410bca07afcd334e30ba4f
parent2290fe06421720d1c54523a9acf1052181bc6e87
board/BuR: rename kwb board to brxre1

Rename B&R kwb board to brxre1

Signed-off-by: Hannes Schmelzer <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
15 files changed:
arch/arm/Kconfig
board/BuR/brxre1/Kconfig [new file with mode: 0644]
board/BuR/brxre1/MAINTAINERS [new file with mode: 0644]
board/BuR/brxre1/Makefile [new file with mode: 0644]
board/BuR/brxre1/board.c [new file with mode: 0644]
board/BuR/brxre1/mux.c [new file with mode: 0644]
board/BuR/kwb/Kconfig [deleted file]
board/BuR/kwb/MAINTAINERS [deleted file]
board/BuR/kwb/Makefile [deleted file]
board/BuR/kwb/board.c [deleted file]
board/BuR/kwb/mux.c [deleted file]
configs/brxre1_defconfig [new file with mode: 0644]
configs/kwb_defconfig [deleted file]
include/configs/brxre1.h [new file with mode: 0644]
include/configs/kwb.h [deleted file]
This page took 0.037464 seconds and 4 git commands to generate.