public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] imx: include files should be chmod 644
@ 2019-10-19  7:10 Heinrich Schuchardt
  2019-10-21 17:14 ` Patrick Wildt
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2019-10-19  7:10 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-21 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-19  7:10 [U-Boot] [PATCH 1/1] imx: include files should be chmod 644 Heinrich Schuchardt
2019-10-21 17:14 ` Patrick Wildt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox