Changeset 052da81 in mainline for arch/mips32/src/console.c


Ignore:
Timestamp:
2006-02-18T14:40:15Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
daea4bf
Parents:
ede493e
Message:

Fixes in memory allocator

  • proper kernel blacklisting, when kernel not loaded on page boundary
  • correct zone adding in zone list (how could this work??)
File:
1 edited

Legend:

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

    rede493e r052da81  
    4040        } else if (serial_init()) {
    4141                serial_console();
    42         } else
     42        } else {
    4343                msim_console();
    4444#ifdef CONFIG_FB
    45         fb_init(0xb2000000, 640, 480, 3); // gxemul framebuffer
     45                fb_init(0xb2000000, 640, 480, 3); // gxemul framebuffer
    4646#endif
     47        }
    4748}
Note: See TracChangeset for help on using the changeset viewer.