projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c006a
)
mod change 755 => 644 for multiple files
author
Thomas Weber
<swirl@gmx.li>
Sat, 13 Mar 2010 22:14:45 +0000
(23:14 +0100)
committer
Wolfgang Denk
<wd@denx.de>
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 <swirl@gmx.li>
Add some more: neither Makefile nor config.mk need execute permissions.
Signed-off-by: Wolfgang Denk <wd@denx.de>
34 files changed:
board/spear/common/spr_lowlevel_init.S
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/common/spr_misc.c
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear300/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear300/config.mk
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear300/spear300.c
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear310/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear310/config.mk
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear310/spear310.c
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear320/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear320/config.mk
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear320/spear320.c
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear600/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear600/config.mk
[changed mode: 0755->0644]
patch
|
blob
|
history
board/spear/spear600/spear600.c
[changed mode: 0755->0644]
patch
|
blob
|
history
cpu/arm926ejs/spear/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
cpu/arm926ejs/spear/reset.c
[changed mode: 0755->0644]
patch
|
blob
|
history
cpu/arm926ejs/spear/timer.c
[changed mode: 0755->0644]
patch
|
blob
|
history
cpu/arm926ejs/versatile/timer.c
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/i2c/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/i2c/spr_i2c.c
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/mtd/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/mtd/nand/spr_nand.c
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/mtd/spr_smi.c
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/serial/usbtty.h
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/usb/gadget/Makefile
[changed mode: 0755->0644]
patch
|
blob
|
history
drivers/usb/gadget/spr_udc.c
[changed mode: 0755->0644]
patch
|
blob
|
history
include/asm-arm/arch-spear/spr_gpt.h
[changed mode: 0755->0644]
patch
|
blob
|
history
include/asm-arm/arch-spear/spr_i2c.h
[changed mode: 0755->0644]
patch
|
blob
|
history
include/asm-arm/arch-spear/spr_smi.h
[changed mode: 0755->0644]
patch
|
blob
|
history
include/asm-arm/arch-spear/spr_xloader_table.h
[changed mode: 0755->0644]
patch
|
blob
|
history
include/configs/spear3xx.h
[changed mode: 0755->0644]
patch
|
blob
|
history
include/configs/spear6xx.h
[changed mode: 0755->0644]
patch
|
blob
|
history
include/usb/spr_udc.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib_m68k/bootm.c
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/board/spear/common/spr_lowlevel_init.S
b/board/spear/common/spr_lowlevel_init.S
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/common/spr_misc.c
b/board/spear/common/spr_misc.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear300/Makefile
b/board/spear/spear300/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear300/config.mk
b/board/spear/spear300/config.mk
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear300/spear300.c
b/board/spear/spear300/spear300.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear310/Makefile
b/board/spear/spear310/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear310/config.mk
b/board/spear/spear310/config.mk
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear310/spear310.c
b/board/spear/spear310/spear310.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear320/Makefile
b/board/spear/spear320/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear320/config.mk
b/board/spear/spear320/config.mk
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear320/spear320.c
b/board/spear/spear320/spear320.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear600/Makefile
b/board/spear/spear600/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear600/config.mk
b/board/spear/spear600/config.mk
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/board/spear/spear600/spear600.c
b/board/spear/spear600/spear600.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/cpu/arm926ejs/spear/Makefile
b/cpu/arm926ejs/spear/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/cpu/arm926ejs/spear/reset.c
b/cpu/arm926ejs/spear/reset.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/cpu/arm926ejs/spear/timer.c
b/cpu/arm926ejs/spear/timer.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/cpu/arm926ejs/versatile/timer.c
b/cpu/arm926ejs/versatile/timer.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/i2c/Makefile
b/drivers/i2c/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/i2c/spr_i2c.c
b/drivers/i2c/spr_i2c.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/mtd/Makefile
b/drivers/mtd/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/mtd/nand/spr_nand.c
b/drivers/mtd/nand/spr_nand.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/mtd/spr_smi.c
b/drivers/mtd/spr_smi.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/serial/usbtty.h
b/drivers/serial/usbtty.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/usb/gadget/Makefile
b/drivers/usb/gadget/Makefile
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/drivers/usb/gadget/spr_udc.c
b/drivers/usb/gadget/spr_udc.c
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/include/asm-arm/arch-spear/spr_gpt.h
b/include/asm-arm/arch-spear/spr_gpt.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/include/asm-arm/arch-spear/spr_i2c.h
b/include/asm-arm/arch-spear/spr_i2c.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/include/asm-arm/arch-spear/spr_smi.h
b/include/asm-arm/arch-spear/spr_smi.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/include/asm-arm/arch-spear/spr_xloader_table.h
b/include/asm-arm/arch-spear/spr_xloader_table.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/include/configs/spear3xx.h
b/include/configs/spear3xx.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/include/configs/spear6xx.h
b/include/configs/spear6xx.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/include/usb/spr_udc.h
b/include/usb/spr_udc.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib_m68k/bootm.c
b/lib_m68k/bootm.c
old mode 100755
(executable)
new mode 100644
(file)