summaryrefslogtreecommitdiff
path: root/libre/uboot-usbarmory-linux-libre/boot.txt
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-02 02:55:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-02 02:55:30 -0300
commitffec767572058f3ad0fb869e59b4df2f64b80f04 (patch)
tree575ba5fb789d4ef4cd982cbe46cb377260637469 /libre/uboot-usbarmory-linux-libre/boot.txt
parent3cc20cbac18f7e65b50643cd3a25be2211a76e9a (diff)
uboot-usbarmory: add new package to [libre]
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