diff options
Diffstat (limited to 'package/u-boot-git/files')
-rw-r--r-- | package/u-boot-git/files/boot.script.bpi | 5 | ||||
-rw-r--r-- | package/u-boot-git/files/fw_env.config | 1 | ||||
-rwxr-xr-x | package/u-boot-git/files/uboot_print_env | 5 | ||||
-rwxr-xr-x | package/u-boot-git/files/uboot_set_env | 5 |
4 files changed, 0 insertions, 16 deletions
diff --git a/package/u-boot-git/files/boot.script.bpi b/package/u-boot-git/files/boot.script.bpi deleted file mode 100644 index e18e1b334..000000000 --- a/package/u-boot-git/files/boot.script.bpi +++ /dev/null @@ -1,5 +0,0 @@ -setenv bootargs 'console=ttyS0 root=/dev/mmcblk0p1' -ext4load mmc 0 0x43000000 boot/kernel -ext4load mmc 0 0x48000000 boot/sun7i-a20-bananapro.dtb -printenv -bootz 0x43000000 - 0x48000000
\ No newline at end of file diff --git a/package/u-boot-git/files/fw_env.config b/package/u-boot-git/files/fw_env.config deleted file mode 100644 index 5571d60e0..000000000 --- a/package/u-boot-git/files/fw_env.config +++ /dev/null @@ -1 +0,0 @@ -/mnt/uboot.env 0x0000 0x4000 diff --git a/package/u-boot-git/files/uboot_print_env b/package/u-boot-git/files/uboot_print_env deleted file mode 100755 index 7231e1a47..000000000 --- a/package/u-boot-git/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-git/files/uboot_set_env b/package/u-boot-git/files/uboot_set_env deleted file mode 100755 index 7b5a33ccc..000000000 --- a/package/u-boot-git/files/uboot_set_env +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -mount /dev/mmcblk0p1 /mnt -fw_setenv "$@" -umount /mnt |