summaryrefslogtreecommitdiff
path: root/package/u-boot/files/uboot_print_env
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-25 04:27:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-25 07:27:32 +0100
commit99fef7a3975a44a42abe3d179a8126b2205c9705 (patch)
tree3be21308b8b6b1ca1c19f804516769a5181fbd51 /package/u-boot/files/uboot_print_env
parenteba08d09f65f58076df2978b41589b15cb7bb8d5 (diff)
u-boot: enable fw_printenv
Diffstat (limited to 'package/u-boot/files/uboot_print_env')
-rwxr-xr-xpackage/u-boot/files/uboot_print_env5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/u-boot/files/uboot_print_env b/package/u-boot/files/uboot_print_env
deleted file mode 100755
index 7231e1a47..000000000
--- a/package/u-boot/files/uboot_print_env
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-mount -r /dev/mmcblk0p1 /mnt
-fw_printenv "$@"
-umount /mnt