PX5 is a Rockchip SoC, so let's match *anything* in U-Boot which
contains this string in the path. However, this matches a bit too much,
specifically the PPC-based kmsupx5_defconfig so we need to exclude it
explicitly.

Signed-off-by: Quentin Schulz <[email protected]>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 37766bfcc3ca..9527af78d391 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -574,7 +574,10 @@ M: Philipp Tomsich <[email protected]>
 M:     Kever Yang <[email protected]>
 S:     Maintained
 T:     git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
+# Exclude from N: px5 matches
+X:     configs/kmsupx5_defconfig
 N:     px30
+N:     px5
 N:     rockchip
 F:     arch/arm/dts/rk3*
 F:     arch/arm/dts/rv11*

-- 
2.55.0

Reply via email to