Changeset 0a4e1c7 in mainline


Ignore:
Timestamp:
2012-08-31T20:11:44Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5299fa
Parents:
0d57c3e
Message:

integratorcp: Fix compiling without FB option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mach/integratorcp/integratorcp.c

    r0d57c3e r0a4e1c7  
    7070
    7171static bool hw_map_init_called = false;
    72 static bool vga_init = false;
    7372uint32_t sdram[8] = {
    7473        16777216,       /* 16mb */
     
    286285{
    287286#ifdef CONFIG_FB
     287        static bool vga_init = false;
    288288        if (!vga_init) {
    289289                icp_vga_init();
Note: See TracChangeset for help on using the changeset viewer.