mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
535aad29f2
Since commit ddaf5c8f30
(patman: RunPipe() should not pipe stdout/stderr unless asked),
Patman spits lots of "Invalid MAINTAINERS address: '-'"
error messages for patches with global changes.
It takes too long for Patman to process them.
Anyway, "M: -" does not carry any important information.
Rather, it is just like a place holder in case of assigning
a new board maintainer. Let's comment out.
This commit can be reproduced by the following command:
find . -name MAINTAINERS | xargs sed -i -e '/^M:[[:blank:]]*-$/s/^/#/'
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
29 lines
953 B
Text
29 lines
953 B
Text
CORENET_DS BOARD
|
|
#M: -
|
|
S: Maintained
|
|
F: board/freescale/corenet_ds/
|
|
F: include/configs/P3041DS.h
|
|
F: configs/P3041DS_defconfig
|
|
F: configs/P3041DS_NAND_defconfig
|
|
F: configs/P3041DS_SDCARD_defconfig
|
|
F: configs/P3041DS_SECURE_BOOT_defconfig
|
|
F: configs/P3041DS_SPIFLASH_defconfig
|
|
F: configs/P3041DS_SRIO_PCIE_BOOT_defconfig
|
|
F: include/configs/P4080DS.h
|
|
F: configs/P4080DS_defconfig
|
|
F: configs/P4080DS_SDCARD_defconfig
|
|
F: configs/P4080DS_SECURE_BOOT_defconfig
|
|
F: configs/P4080DS_SPIFLASH_defconfig
|
|
F: configs/P4080DS_SRIO_PCIE_BOOT_defconfig
|
|
F: include/configs/P5020DS.h
|
|
F: configs/P5020DS_defconfig
|
|
F: configs/P5020DS_NAND_defconfig
|
|
F: configs/P5020DS_SDCARD_defconfig
|
|
F: configs/P5020DS_SECURE_BOOT_defconfig
|
|
F: configs/P5020DS_SPIFLASH_defconfig
|
|
F: configs/P5020DS_SRIO_PCIE_BOOT_defconfig
|
|
F: include/configs/P5040DS.h
|
|
F: configs/P5040DS_defconfig
|
|
F: configs/P5040DS_NAND_defconfig
|
|
F: configs/P5040DS_SDCARD_defconfig
|
|
F: configs/P5040DS_SPIFLASH_defconfig
|