Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mach/malta/malta.c

    rdabaa83 r69c31abc  
    4646#include <sysinfo/sysinfo.h>
    4747#include <log.h>
     48#include <str.h>
    4849
    4950static void malta_init(void);
     
    115116            NULL, NULL, tty_out_ptr);
    116117#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));
    117121}
    118122
Note: See TracChangeset for help on using the changeset viewer.