summaryrefslogtreecommitdiff
path: root/package/u-boot/files/uboot_set_env
diff options
context:
space:
mode:
Diffstat (limited to 'package/u-boot/files/uboot_set_env')
-rwxr-xr-xpackage/u-boot/files/uboot_set_env5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/u-boot/files/uboot_set_env b/package/u-boot/files/uboot_set_env
deleted file mode 100755
index 7b5a33ccc..000000000
--- a/package/u-boot/files/uboot_set_env
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-mount /dev/mmcblk0p1 /mnt
-fw_setenv "$@"
-umount /mnt