mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
MAINTAINERS: Deal with '+' in paths
The listed paths are allowed to contain wildcards. This includes the '+' character which we have as a literal part of the path in a few cases. Escape the '+' here so that files are matched. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5f1720f282
commit
b99476e71a
3 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
KP_IMX53_HSC BOARD
|
||||
M: Lukasz Majewski <lukma@denx.de>
|
||||
S: Maintained
|
||||
F: board/k+p/kp_imx53/
|
||||
F: board/k\+p/kp_imx53/
|
||||
F: board/k\+p/bootscripts/tpcboot.cmd
|
||||
F: include/configs/kp_imx53.h
|
||||
F: configs/kp_imx53_defconfig
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
KP_IMX6Q_TPC BOARD
|
||||
M: Lukasz Majewski <lukma@denx.de>
|
||||
S: Maintained
|
||||
F: board/k+p/kp_imx6q_tpc/
|
||||
F: board/k\+p/kp_imx6q_tpc/
|
||||
F: board/k\+p/bootscripts/tpcboot.cmd
|
||||
F: include/configs/kp_imx6q_tpc.h
|
||||
F: configs/kp_imx6q_tpc_defconfig
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
VInCo Platform
|
||||
M: Gregory CLEMENT <gregory.clement@free-electrons.com>
|
||||
S: Maintained
|
||||
F: board/l+g/vinco
|
||||
F: board/l\+g/vinco/
|
||||
F: include/configs/vinco.h
|
||||
F: configs/vinco_defconfig
|
||||
|
|
Loading…
Reference in a new issue