Changeset c571f42 in mainline


Ignore:
Timestamp:
2009-01-07T23:05:29Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f651e80
Parents:
7ed2d8f
Message:

Also redraw kernel console on arm32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/console.c

    r7ed2d8f rc571f42  
    3838#include <arch/machine.h>
    3939
     40#include <genarch/fb/fb.h>
     41
    4042void console_init(devno_t devno)
    4143{
     
    4648void arch_grab_console(void)
    4749{
     50#ifdef CONFIG_FB
     51        fb_redraw();
     52#endif
    4853        machine_grab_console();
    4954}
Note: See TracChangeset for help on using the changeset viewer.