From: Bin Meng Date: Fri, 6 Sep 2019 16:19:56 +0000 (-0700) Subject: riscv: roms: Remove executable attribute of opensbi images X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=847b6388b1cc263cbd553b07abcc2cf3b75a4656;p=qemu.git riscv: roms: Remove executable attribute of opensbi images Like other binary files, the executable attribute of opensbi images should not be set. Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Signed-off-by: Palmer Dabbelt --- diff --git a/pc-bios/opensbi-riscv32-virt-fw_jump.bin b/pc-bios/opensbi-riscv32-virt-fw_jump.bin old mode 100755 new mode 100644 diff --git a/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin b/pc-bios/opensbi-riscv64-sifive_u-fw_jump.bin old mode 100755 new mode 100644 diff --git a/pc-bios/opensbi-riscv64-virt-fw_jump.bin b/pc-bios/opensbi-riscv64-virt-fw_jump.bin old mode 100755 new mode 100644