Changeset 9e19672e in mainline


Ignore:
Timestamp:
2010-07-12T10:30:21Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c40e6ef
Parents:
5c032932
Message:

Fix gta02 build with FB disabled.

File:
1 edited

Legend:

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

    r5c032932 r9e19672e  
    6363
    6464static void *gta02_scons_out;
    65 static parea_t fb_parea;
    6665
    6766struct arm_machine_ops gta02_machine_ops = {
     
    111110{
    112111#ifdef CONFIG_FB
     112        parea_t fb_parea;
     113
    113114        fb_properties_t prop = {
    114115                .addr = GTA02_FB_BASE,
Note: See TracChangeset for help on using the changeset viewer.