Index: kernel/arch/mips32/src/mach/malta/malta.c
===================================================================
--- kernel/arch/mips32/src/mach/malta/malta.c	(revision 69c31abc16c9a28cc25a907f74d4f4b09cf9a655)
+++ kernel/arch/mips32/src/mach/malta/malta.c	(revision b401b3322a451446f62c081f02087ec8f1c2f07e)
@@ -46,5 +46,4 @@
 #include <sysinfo/sysinfo.h>
 #include <log.h>
-#include <str.h>
 
 static void malta_init(void);
@@ -116,7 +115,4 @@
 	    NULL, NULL, tty_out_ptr);
 #endif
-
-	const char *args = "console=devices/\\hw\\pci0\\00:0a.0\\com1\\a";
-	str_ncpy(bargs, CONFIG_BOOT_ARGUMENTS_BUFLEN, args, str_length(args));
 }
 
