[U-Boot] [PATCH 1/1] imx: include files should be chmod 644

Patrick Wildt patrick at blueri.se
Mon Oct 21 17:14:25 UTC 2019


On Sat, Oct 19, 2019 at 09:10:46AM +0200, Heinrich Schuchardt wrote:
> Correct include files which are chmod 755.
> 
> Fixes: d08a194871fd ("imx: add support for i.MX8MQ power domain controller")
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  include/dt-bindings/power/imx8mq-power.h | 0
>  include/dt-bindings/reset/imx8mq-reset.h | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  mode change 100755 => 100644 include/dt-bindings/power/imx8mq-power.h
>  mode change 100755 => 100644 include/dt-bindings/reset/imx8mq-reset.h
> 
> diff --git a/include/dt-bindings/power/imx8mq-power.h b/include/dt-bindings/power/imx8mq-power.h
> old mode 100755
> new mode 100644
> diff --git a/include/dt-bindings/reset/imx8mq-reset.h b/include/dt-bindings/reset/imx8mq-reset.h
> old mode 100755
> new mode 100644
> --
> 2.23.0
> 

Reviewed-by: Patrick Wildt <patrick at blueri.se>


More information about the U-Boot mailing list