CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Cleanup and fixed issues with boot templates
[bootloader.git] / devices / cubox / boot-mmc.script.in
similarity index 50%
rename from devices/cubox/boot-mmcblk.script
rename to devices/cubox/boot-mmc.script.in
index a398134ed4ec2b86b84312274fc22b707b3fd15d..8a62a6d5d5c2474c0580d18c13e4f2c5442a204a 100644 (file)
@@ -1,7 +1,7 @@
 setenv kernel uImage;
 setenv loadcmd ext2load mmc 0:1
 setenv kerneladdr 0x16000000;
-setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 ro rootwait vmalloc=384M video=dovefb:lcd0:1920x1080-32@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=0;
+setenv bootargs console=@@CONSOLE_DEVICE@@ root=/dev/mmcblk0p2 ro rootwait vmalloc=384M video=dovefb:lcd0:1920x1080-32@60-edid clcd.lcd0_enable=1 clcd.lcd1_enable=0;
 ${loadcmd} ${kerneladdr} ${kernel}
 if imi ${kerneladdr}; then
   bootm ${kerneladdr}