uboot-oxnas: remove unnecessary execute permission bit
authorSungbo Eo <mans0n@gorani.run>
Wed, 9 Oct 2019 02:15:55 +0000 (11:15 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Oct 2019 21:37:00 +0000 (23:37 +0200)
commit60acddc9603a0d7318144bce2ba55747a3f15b37
treee6457cfb748aa2d38ea6f713941c7947030ba078
parentb83b2d76ca1f5d9c09aca5de75a5112ea3c8a9bf
uboot-oxnas: remove unnecessary execute permission bit

.c files do not need to be executable. 644 is enough.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
package/boot/uboot-oxnas/src/board/ox820/ddr.c [changed mode: 0755->0644]