diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-27 14:55:21 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-27 14:55:31 -0500 |
commit | 4e1f91b02ac6acd7fe077599d3ba719260ad4aba (patch) | |
tree | cb1a5db517e33853766df221932add0b56b40589 /package/u-boot-xtensa/files/uboot_print_env | |
parent | 8e28bf47d341336163eb549bc56a07fe1eea73d5 (diff) |
we need another u-boot variant for xtensa :(
Diffstat (limited to 'package/u-boot-xtensa/files/uboot_print_env')
-rwxr-xr-x | package/u-boot-xtensa/files/uboot_print_env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/u-boot-xtensa/files/uboot_print_env b/package/u-boot-xtensa/files/uboot_print_env new file mode 100755 index 000000000..7231e1a47 --- /dev/null +++ b/package/u-boot-xtensa/files/uboot_print_env @@ -0,0 +1,5 @@ +#!/bin/sh + +mount -r /dev/mmcblk0p1 /mnt +fw_printenv "$@" +umount /mnt |