From fe211b16007848a36a5415e5b9bcf8ab3364dc74 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 9 Sep 2020 18:16:49 -0400 Subject: [PATCH] cortex-m0plus.inc: change file permissions File is executable, and should be read/write. Signed-off-by: Jon Mason Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-cortex-m0plus.inc | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 meta/conf/machine/include/tune-cortex-m0plus.inc diff --git a/meta/conf/machine/include/tune-cortex-m0plus.inc b/meta/conf/machine/include/tune-cortex-m0plus.inc old mode 100755 new mode 100644 -- 2.40.1