From: Thomas Huth Date: Mon, 7 May 2018 14:32:34 +0000 (+0200) Subject: trivial: Make bios files and source files non-executable X-Git-Tag: v3.1.0-rc0~84^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55d38d10b84a256ca80484eb5114a4824608b85e;p=thirdparty%2Fqemu.git trivial: Make bios files and source files non-executable These files can not be executed on the host, so they should not be marked as executable. Reviewed-by: David Hildenbrand Signed-off-by: Thomas Huth --- diff --git a/block/blkreplay.c b/block/blkreplay.c old mode 100755 new mode 100644 diff --git a/pc-bios/hppa-firmware.img b/pc-bios/hppa-firmware.img old mode 100755 new mode 100644 diff --git a/pc-bios/palcode-clipper b/pc-bios/palcode-clipper old mode 100755 new mode 100644 diff --git a/pc-bios/u-boot-sam460-20100605.bin b/pc-bios/u-boot-sam460-20100605.bin old mode 100755 new mode 100644 diff --git a/pc-bios/u-boot.e500 b/pc-bios/u-boot.e500 old mode 100755 new mode 100644 diff --git a/replay/replay-char.c b/replay/replay-char.c old mode 100755 new mode 100644