summaryrefslogtreecommitdiff
path: root/libre/uboot-usbarmory-linux-libre/boot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot-usbarmory-linux-libre/boot.txt')
-rw-r--r--libre/uboot-usbarmory-linux-libre/boot.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/uboot-usbarmory-linux-libre/boot.txt b/libre/uboot-usbarmory-linux-libre/boot.txt
deleted file mode 100644
index 2454291f8..000000000
--- a/libre/uboot-usbarmory-linux-libre/boot.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-part uuid ${devtype} ${devnum}:${bootpart} uuid
-setenv bootargs console=ttyGS0,115200 console=${console} root=PARTUUID=${uuid} rw rootwait
-
-if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/vmlinuz-linux-libre; then
- if load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} /boot/dtbs/${fdtfile}; then
- if load ${devtype} ${devnum}:${bootpart} ${ramdisk_addr_r} /boot/initramfs-linux-libre.img; then
- bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r};
- else
- bootz ${kernel_addr_r} - ${fdt_addr_r};
- fi;
- fi;
-fi