summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files/fw_unlock_mmc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/files/fw_unlock_mmc.sh')
-rw-r--r--recipes-bsp/u-boot/files/fw_unlock_mmc.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/files/fw_unlock_mmc.sh b/recipes-bsp/u-boot/files/fw_unlock_mmc.sh
deleted file mode 100644
index 86d941c..0000000
--- a/recipes-bsp/u-boot/files/fw_unlock_mmc.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-# Give fw_setenv mmcblk0boot0 write permissions
-fw_setenv() {
- echo 0 > /sys/block/mmcblk0boot0/force_ro
- /sbin/fw_setenv "$@"
- echo 1 > /sys/block/mmcblk0boot0/force_ro
-}