diff options
author | Tom Rini | 2023-07-18 19:33:34 -0400 |
---|---|---|
committer | Tom Rini | 2023-07-25 12:44:47 -0400 |
commit | fdfbd70da69bce709253a0d84b7908786a0cc40d (patch) | |
tree | d6be12d6740d9ab3acdd24cc16f5ad24b78f025f /MAINTAINERS | |
parent | b99476e71a675079ef38c3b1758c87bee89f9b48 (diff) |
MAINTAINERS: Add some missing directories or files
In a few cases we have MAINTAINERS entries that are missing obvious
paths or files. Typically this means a board directory that did not list
itself, but in a few cases we have a Kconfig file or similar.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 89e37381398..4a24a92460c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -272,6 +272,7 @@ M: Fabio Estevam <festevam@gmail.com> R: NXP i.MX U-Boot Team <uboot-imx@nxp.com> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git +F: arch/Kconfig.nxp F: arch/arm/cpu/arm1136/mx*/ F: arch/arm/cpu/arm926ejs/mx*/ F: arch/arm/cpu/armv7/vf610/ |