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

Heinrich Schuchardt xypron.glpk at gmx.de
Sat Oct 19 07:10:46 UTC 2019


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



More information about the U-Boot mailing list