mod change 755 => 644 for multiple files
authorThomas Weber <[email protected]>
Sat, 13 Mar 2010 22:14:45 +0000 (23:14 +0100)
committerWolfgang Denk <[email protected]>
Sun, 21 Mar 2010 21:22:53 +0000 (22:22 +0100)
I executed 'find . -name "*.[chS]" -perm 755 -exec chmod 644 {} \;'

Signed-off-by: Thomas Weber <[email protected]>
Add some more: neither Makefile nor config.mk need execute permissions.
Signed-off-by: Wolfgang Denk <[email protected]>
34 files changed:
board/spear/common/spr_lowlevel_init.S [changed mode: 0755->0644]
board/spear/common/spr_misc.c [changed mode: 0755->0644]
board/spear/spear300/Makefile [changed mode: 0755->0644]
board/spear/spear300/config.mk [changed mode: 0755->0644]
board/spear/spear300/spear300.c [changed mode: 0755->0644]
board/spear/spear310/Makefile [changed mode: 0755->0644]
board/spear/spear310/config.mk [changed mode: 0755->0644]
board/spear/spear310/spear310.c [changed mode: 0755->0644]
board/spear/spear320/Makefile [changed mode: 0755->0644]
board/spear/spear320/config.mk [changed mode: 0755->0644]
board/spear/spear320/spear320.c [changed mode: 0755->0644]
board/spear/spear600/Makefile [changed mode: 0755->0644]
board/spear/spear600/config.mk [changed mode: 0755->0644]
board/spear/spear600/spear600.c [changed mode: 0755->0644]
cpu/arm926ejs/spear/Makefile [changed mode: 0755->0644]
cpu/arm926ejs/spear/reset.c [changed mode: 0755->0644]
cpu/arm926ejs/spear/timer.c [changed mode: 0755->0644]
cpu/arm926ejs/versatile/timer.c [changed mode: 0755->0644]
drivers/i2c/Makefile [changed mode: 0755->0644]
drivers/i2c/spr_i2c.c [changed mode: 0755->0644]
drivers/mtd/Makefile [changed mode: 0755->0644]
drivers/mtd/nand/spr_nand.c [changed mode: 0755->0644]
drivers/mtd/spr_smi.c [changed mode: 0755->0644]
drivers/serial/usbtty.h [changed mode: 0755->0644]
drivers/usb/gadget/Makefile [changed mode: 0755->0644]
drivers/usb/gadget/spr_udc.c [changed mode: 0755->0644]
include/asm-arm/arch-spear/spr_gpt.h [changed mode: 0755->0644]
include/asm-arm/arch-spear/spr_i2c.h [changed mode: 0755->0644]
include/asm-arm/arch-spear/spr_smi.h [changed mode: 0755->0644]
include/asm-arm/arch-spear/spr_xloader_table.h [changed mode: 0755->0644]
include/configs/spear3xx.h [changed mode: 0755->0644]
include/configs/spear6xx.h [changed mode: 0755->0644]
include/usb/spr_udc.h [changed mode: 0755->0644]
lib_m68k/bootm.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)