Changeset bbf5657 in mainline for arch/mips32/src/console.c


Ignore:
Timestamp:
2006-02-13T23:22:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe050b7
Parents:
d7d6385
Message:

Added support for 24-bit framebuffer.

File:
1 edited

Legend:

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

    rd7d6385 rbbf5657  
    3232#include <arch/drivers/serial.h>
    3333#include <arch/drivers/msim.h>
     34#include <fb/fb.h>
    3435
    3536void console_init(void)
     
    4142        } else
    4243                msim_console();
     44#ifdef CONFIG_FB
     45        fb_init(0xb2000000, 640, 480);
     46#endif
    4347}
Note: See TracChangeset for help on using the changeset viewer.