summaryrefslogtreecommitdiff
path: root/libre/uboot-cubox-linux-libre/boot.txt
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-02 02:47:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-02 02:47:37 -0300
commit3cc20cbac18f7e65b50643cd3a25be2211a76e9a (patch)
tree0e64f115078e2457ead05d2f1282b3900eccc3ad /libre/uboot-cubox-linux-libre/boot.txt
parentf303ce805abe78bcbab81704bc0d4ad4d0fb8d61 (diff)
uboot-cubox: add new package to [libre]
Diffstat (limited to 'libre/uboot-cubox-linux-libre/boot.txt')
-rw-r--r--libre/uboot-cubox-linux-libre/boot.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/uboot-cubox-linux-libre/boot.txt b/libre/uboot-cubox-linux-libre/boot.txt
deleted file mode 100644
index 690562173..000000000
--- a/libre/uboot-cubox-linux-libre/boot.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-echo ======== Starting boot ========
-usb start
-setenv uimagearg 'uImage-linux-libre'
-setenv uinitarg 'uInitrd-linux-libre'
-setenv my1arg 'console=ttyS0,115200n8 console=tty1,115200n8'
-setenv my2arg 'vmalloc=384M video=dovefb:lcd0:1280x720-32@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=0'
-ext2load ide 0:1 0x04000000 /boot/${uinitarg} && ext2load ide 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000 0x04000000
-ext2load usb 0:1 0x04000000 /boot/${uinitarg} && ext2load usb 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000 0x04000000
-ext2load mmc 0:1 0x04000000 /boot/${uinitarg} && ext2load mmc 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/mmcblk0p1 rw rootwait' && bootm 0x02000000 0x04000000
-ext2load ide 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000
-ext2load usb 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/sda1 rw rootwait' && bootm 0x02000000
-ext2load mmc 0:1 0x02000000 /boot/${uimagearg} && setenv bootargs ${my1arg} ${my2arg} 'root=/dev/mmcblk0p1 rw rootwait' && bootm 0x02000000