diff options
| author | Quentin Schulz <u-boot@0leil.net> | 2026-07-07 18:09:18 +0200 |
|---|---|---|
| committer | Quentin Schulz <u-boot@0leil.net> | 2026-07-09 19:01:43 +0200 |
| commit | 7c5ba3733c204b68515f3fe3dbfb68b1de7dca8b (patch) | |
| tree | 052862e6731c9eff1e47230e5060a2cbfd113b1f | |
| parent | ff378e804652f700c5121aed7492919679a55f48 (diff) | |
MAINTAINERS: add N: px5 regex to ARM ROCKCHIP
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.
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20260707-rk-custodian-v1-4-dbc9c696e613@0leil.net
Signed-off-by: Quentin Schulz <u-boot@0leil.net>
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2e6c35a8f74..4accf990876 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -559,7 +559,10 @@ M: Philipp Tomsich <philipp.tomsich@vrull.eu> M: Kever Yang <kever.yang@rock-chips.com> 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* |
