summaryrefslogtreecommitdiff
path: root/package/u-boot-xtensa/files
diff options
context:
space:
mode:
Diffstat (limited to 'package/u-boot-xtensa/files')
-rw-r--r--package/u-boot-xtensa/files/fw_env.config1
-rwxr-xr-xpackage/u-boot-xtensa/files/uboot_print_env5
-rwxr-xr-xpackage/u-boot-xtensa/files/uboot_set_env5
3 files changed, 0 insertions, 11 deletions
diff --git a/package/u-boot-xtensa/files/fw_env.config b/package/u-boot-xtensa/files/fw_env.config
deleted file mode 100644
index 5571d60e0..000000000
--- a/package/u-boot-xtensa/files/fw_env.config
+++ /dev/null
@@ -1 +0,0 @@
-/mnt/uboot.env 0x0000 0x4000
diff --git a/package/u-boot-xtensa/files/uboot_print_env b/package/u-boot-xtensa/files/uboot_print_env
deleted file mode 100755
index 7231e1a47..000000000
--- a/package/u-boot-xtensa/files/uboot_print_env
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-mount -r /dev/mmcblk0p1 /mnt
-fw_printenv "$@"
-umount /mnt
diff --git a/package/u-boot-xtensa/files/uboot_set_env b/package/u-boot-xtensa/files/uboot_set_env
deleted file mode 100755
index 7b5a33ccc..000000000
--- a/package/u-boot-xtensa/files/uboot_set_env
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-mount /dev/mmcblk0p1 /mnt
-fw_setenv "$@"
-umount /mnt