CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added console option by template. Updated scripts with this template and last Efikamx...
[bootloader.git] / devices / efikamx / boot-ramdisk.script
index a7f17498727663bcf8916cc81bc00de79e1c243d..a7351cbe62903b19a44c43630b047abbaa54d8e9 100644 (file)
@@ -1,6 +1,6 @@
 setenv ramdisk #RAMDISK_TYPE#;
 setenv kernel uImage;
-setenv bootargs console=ttymxc0,115200 root=/dev/ram0 console=tty1 rootwait ro;
+setenv bootargs console=#CONSOLE# root=/dev/ram0 rootwait ro;
 ${loadcmd} ${ramdiskaddr} ${ramdisk};
 if imi ${ramdiskaddr}; then; else
   setenv bootargs ${bootargs} noinitrd;