[PATCH 5/9] MAINTAINERS: Update path for U-Boot environment variables YAML

srinivas.kandagatla@linaro.org posted 9 patches 1 year, 3 months ago
[PATCH 5/9] MAINTAINERS: Update path for U-Boot environment variables YAML
Posted by srinivas.kandagatla@linaro.org 1 year, 3 months ago
From: Rafał Miłecki <rafal@milecki.pl>

This file was moved to the layouts/ subdirectory.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 25fe91a49314..fb25e47adda4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23341,7 +23341,7 @@ F:	drivers/media/pci/tw686x/
 U-BOOT ENVIRONMENT VARIABLES
 M:	Rafał Miłecki <rafal@milecki.pl>
 S:	Maintained
-F:	Documentation/devicetree/bindings/nvmem/u-boot,env.yaml
+F:	Documentation/devicetree/bindings/nvmem/layouts/u-boot,env.yaml
 F:	drivers/nvmem/layouts/u-boot-env.c
 F:	drivers/nvmem/u-boot-env.c
 
-- 
2.25.1

Re: [PATCH 5/9] MAINTAINERS: Update path for U-Boot environment variables YAML
Posted by Greg KH 1 year, 3 months ago
On Mon, Sep 02, 2024 at 03:29:48PM +0100, srinivas.kandagatla@linaro.org wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> This file was moved to the layouts/ subdirectory.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 25fe91a49314..fb25e47adda4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23341,7 +23341,7 @@ F:	drivers/media/pci/tw686x/
>  U-BOOT ENVIRONMENT VARIABLES
>  M:	Rafał Miłecki <rafal@milecki.pl>
>  S:	Maintained
> -F:	Documentation/devicetree/bindings/nvmem/u-boot,env.yaml
> +F:	Documentation/devicetree/bindings/nvmem/layouts/u-boot,env.yaml
>  F:	drivers/nvmem/layouts/u-boot-env.c
>  F:	drivers/nvmem/u-boot-env.c

Also does not apply because patch 4/9 did not :(