diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-21 12:54:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-06 09:58:51 -0500 |
commit | 79df00fdb40b4584919c8bcef42d323a8d38d0f1 (patch) | |
tree | d861f86b7d7c78410cdb76567f65354d1d63d884 /board/freescale/ls1046aqds/MAINTAINERS | |
parent | 05cd11948ea1246ae69a48c655a07478f271e4b3 (diff) | |
download | u-boot-79df00fdb40b4584919c8bcef42d323a8d38d0f1.tar.gz u-boot-79df00fdb40b4584919c8bcef42d323a8d38d0f1.tar.xz u-boot-79df00fdb40b4584919c8bcef42d323a8d38d0f1.zip |
MAINTAINERS: Add missing boards and config entries
As part of my usual round of build testing, output about missing
MAINTAINERS information was not logged, and thus often overlooked.
Correct that mistake by ensuring that I log the output of
genboardscfg.py every time. As part of that, address a number of
missing MAINTAINERS entires. In the case of a missing file, I have put
the original submitter down. In the rest of the cases I have added the
config (and sometimes relevant header file) to the existing set of file
globs.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/ls1046aqds/MAINTAINERS')
-rw-r--r-- | board/freescale/ls1046aqds/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1046aqds/MAINTAINERS b/board/freescale/ls1046aqds/MAINTAINERS index 6737d558ce..76190c6383 100644 --- a/board/freescale/ls1046aqds/MAINTAINERS +++ b/board/freescale/ls1046aqds/MAINTAINERS @@ -8,6 +8,7 @@ F: configs/ls1046aqds_nand_defconfig F: configs/ls1046aqds_sdcard_ifc_defconfig F: configs/ls1046aqds_sdcard_qspi_defconfig F: configs/ls1046aqds_qspi_defconfig +F: configs/ls1046aqds_lpuart_defconfig M: Sumit Garg <sumit.garg@nxp.com> S: Maintained |