Changes in kernel/arch/mips32/src/mach/malta/malta.c [dabaa83:69c31abc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mach/malta/malta.c
rdabaa83 r69c31abc 46 46 #include <sysinfo/sysinfo.h> 47 47 #include <log.h> 48 #include <str.h> 48 49 49 50 static void malta_init(void); … … 115 116 NULL, NULL, tty_out_ptr); 116 117 #endif 118 119 const char *args = "console=devices/\\hw\\pci0\\00:0a.0\\com1\\a"; 120 str_ncpy(bargs, CONFIG_BOOT_ARGUMENTS_BUFLEN, args, str_length(args)); 117 121 } 118 122
Note:
See TracChangeset
for help on using the changeset viewer.