Changeset dabaa83 in mainline for kernel/arch/mips32/src/mips32.c


Ignore:
Timestamp:
2019-06-05T06:37:17Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3f4149
Parents:
77918b0
Message:

Add boot arguments support for Malta

This commit makes it possible to pass console configuration via proper
boot arguemnts instead of having a hardcoded value in the kernel.

File:
1 edited

Legend:

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

    r77918b0 rdabaa83  
    107107#endif
    108108
     109        str_cpy(bargs, CONFIG_BOOT_ARGUMENTS_BUFLEN, bootinfo->bootargs);
     110
    109111        /* Initialize machine_ops pointer. */
    110112        machine_ops_init();
Note: See TracChangeset for help on using the changeset viewer.